![]() | ![]() |
ChartSeries Methods [PHP]
Summary
Properties | Description | |
![]() | BackgroundColor | Get or set a series' background color. |
![]() | LabelsAppearance | Get or set a series' labels appearance. |
![]() | MarkersAppearance | Get or set a series' markers appearance. |
![]() | MissingValue | Get or set a series' missing value type. |
![]() | Name | Get or set a series' name. |
![]() | ShowRealValue | Enable or disable a pie series' real value display. |
![]() | Stacked | Enable or disable a series' stacked optioin. |
![]() | StartAngle | Get or set a pie series' starting angle. |
![]() | TooltipsAppearance | Get or set a series' tooltips appearance. |
Methods | Description | |
![]() | ColumnSeries | Create a ColumnSeries. |
![]() | BarSeries | Create a BarSeries. |
![]() | LineSeries | Create a LineSeries. |
![]() | PieSeries | Create a PieSeries. |
![]() | AreaSeries | Create a AreaSeries. |
![]() | ScatterSeries | Create a ScatterSeries. |
![]() | ScatterLineSeries | Create a ScatterLineSeries. |
![]() | ArrayData | Add an array data to a series. |
![]() | AddItem | Add an item data to a pie series. |
Properties Detail
BackgroundColorTop
Number BackgroundColor
Get or set a series' background color.
Supported from version: 1.0.0.0
LabelsAppearanceTop
Object LabelsAppearance
Get or set a series' labels appearance.
Supported from version: 1.0.0.0
MarkersAppearanceTop
Object MarkersAppearance
Get or set a series' markers appearance.
Supported from version: 1.0.0.0
MissingValueTop
String MissingValue
Get or set a series' missing value type.
Supported from version: 1.0.0.0
ShowRealValueTop
bool ShowRealValue
Enable or disable a pie series' real value display.
Supported from version: 1.0.0.0
StackedTop
bool Stacked
Enable or disable a series' stacked optioin. Applicable only for ColumnSeries and BarSeries.
Supported from version: 1.0.0.0
StartAngleTop
Number StartAngle
Get or set a pie series' starting angle.
Supported from version: 1.0.0.0
TooltipsAppearanceTop
Object TooltipsAppearance
Get or set a series' tooltips appearance.
Supported from version: 1.0.0.0
Methods Detail
ScatterLineSeriesTop
Series ScatterLineSeries()
Create a ScatterLineSeries.
Supported from version: 1.0.0.0
ArrayDataTop
Void ArrayData()
Add an array data to a series. Not applicable for PieSeries.
Supported from version: 1.0.0.0
![]() | ![]() |