IUiChart

Description

The IUiChart interface contains properties and methods that are used to determine a graph appearance.

Properties

  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.

Properties inherited from IComponent

  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 via 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.

Methods

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

See also:

Chart Assembly Interfaces