The IUiChart interface contains properties and methods that are used to determine a graph appearance.
| Property name | Brief description | |
![]() |
Chart | The Chart property returns the object of the IChart type, which includes the element of the chart. |
![]() |
DisplayLegend | The DisplayLegend property determines whether a legend is displayed. |
![]() |
DisplayMode | The DisplayMode property determines a chart display mode. |
![]() |
DisplaySecondaryAxis | The DisplaySecondaryAxis property determines whether a secondary axis is displayed. |
![]() |
DisplayVolume3D | The DisplayVolume3D property determines whether a 3D chart type is displayed. |
![]() |
Orientation | The Orientation property determines chart orientation. |
![]() |
PointCount | The PointCount property determines the number of chart points. |
![]() |
SerieCount | The SerieCount property determines the number of chart series. |
![]() |
Style | The Style property determines a chart scale type. |
![]() |
Type | The Type property determines a chart type. |
| Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. |
![]() |
Components | The Components property returns the child component, which index is passed by the input parameter. |
![]() |
Data | The Data property is used to store any custom data. |
![]() |
Name | The Name property determines a component name. |
![]() |
Tag | The Tag property is not used by the compiler. The user can change the value of the property and use it at his own discretion. |
| Method name | Brief description | |
![]() |
SetPointSerieCount | The SetPointSerieCount method enables the user to set the number of series and points on the chart. |
See also: