IUiChart

Description

The IUiChart interface contains properties and methods to specify a chart appearance.

Properties

  Property name Brief description
The Chart property returns an object of the IChart type, which includes the element of the chart.
The DisplayLegend property determines whether the legend is displayed.
The DisplayMode property determines chart display mode.
The DisplaySecondaryAxis property determines whether a secondary axis is displayed.
The DisplayVolume3D property determines whether the 3D chart type is displayed.
The Orientation property determines the chart orientation.
The PointCount property determines the number of points of the chart.
The SerieCount property determines the number of chart series.
The Style property defines the type of a chart scale.
The Type property specifies a chart type.

Properties inherited from IComponent

  Property name Brief description
The ComponentCount property returns the number of child components, located on the parent component.
The Components property returns a child component, the index of which is passed via the input parameter.
The Data property is used to store any custom data.
The Name property determines the component name.
The Tag property is not used by the compiler. A user can change the value of the Tag property and use it as he wishes.

Methods

  Method name Brief description
The SetPointSerieCount method allows to set the number of series and points on the chart.

See also:

Chart Assembly Interfaces