IChart > Chart Assembly Interfaces > IUiChart
The IUiChart interface contains properties and methods that are used to determine a graph appearance.
Property name | Brief description | |
![]() |
The Chart property returns the object of the IChart type, which includes the element of the chart. | |
![]() |
The DisplayLegend property determines whether a legend is displayed. | |
![]() |
The DisplayMode property determines a chart display mode. | |
![]() |
The DisplaySecondaryAxis property determines whether a secondary axis is displayed. | |
![]() |
The DisplayVolume3D property determines whether a 3D chart type is displayed. | |
![]() |
The Orientation property determines chart orientation. | |
![]() |
The PointCount property determines the number of chart points. | |
![]() |
The SerieCount property determines the number of chart series. | |
![]() |
The Style property determines a chart scale type. | |
![]() |
The Type property determines a chart type. |
Property name | Brief description | |
![]() |
The ComponentCount property returns the number of child components located on the parent component. | |
![]() |
The Components property returns the child component, which index is passed via the input parameter. | |
![]() |
The Data property is used to store any custom data. | |
![]() |
The Name property determines a component name. | |
![]() |
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 | |
![]() |
The SetPointSerieCount method enables the user to set the number of series and points on the chart. |
See also: