![]() | ![]() |
KoolChart Methods [PHP]
Summary
Properties | Description | |
![]() | BackgroundColor | Get or set chart's background color. |
![]() | DecimalNumber | Get or set the number of numbers after decimal point when formatting numbers. |
![]() | DecimalSeparator | Get or set the decimal separator when formatting numbers. |
![]() | FontColor | Get or set chart's font color. |
![]() | FontFamily | Get or set chart's font family. |
![]() | FontSize | Get or set chart's font size. |
![]() | FontStyle | Get or set chart's font style. |
![]() | FontWeight | Get or set chart's font weight. |
![]() | Height | Get or set height of chart. |
![]() | NumberFormat | Enable or disable formatted number in series and axes. |
![]() | Padding | Get or set chart's plot area padding. |
![]() | ThousandSeparator | Get or set the thousand separator when formatting numbers. |
![]() | Transitions | Enable or disable chart's animations. |
![]() | Width | Get or set width of chart. |
Methods | Description | |
![]() | Constructor | Create a KoolChart object. |
![]() | AddSeries | Add a series to chart. |
![]() | Render | Render chart. |
Properties Detail
BackgroundColorTop
String BackgroundColor
Get or set chart's background color.
Supported from version: 1.0.0.0
DecimalNumberTop
Number DecimalNumber
Get or set the number of numbers after decimal point when formatting numbers.
Supported from version: 1.0.0.0
DecimalSeparatorTop
String DecimalSeparator
Get or set the decimal separator when formatting numbers.
Supported from version: 1.0.0.0
NumberFormatTop
String NumberFormat
Enable or disable formatted number in series and axes.
Supported from version: 1.0.0.0
PaddingTop
Number Padding
Get or set padding from bottom, top, left and right sides of chat's plot area.
Supported from version: 1.0.0.0
ThousandSeparatorTop
String ThousandSeparator
Get or set the thousand separator when formatting numbers.
Supported from version: 1.0.0.0
TransitionsTop
Bool Transitions
Enable or disable chart's animations.
Supported from version: 1.0.0.0
![]() | ![]() |