UiChart

Description

The UiChart class contains properties, methods and events used to specify graph appearance.

Properties of class object inherited from IUiChart

  Property name Brief description
The Chart property returns an object of the IChart type to which a chart element belongs.
The DisplayLegend property determines whether the legend is displayed.
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 determines the type of a chart scale.
The Type property determines a chart type.

Properties of class object 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 of class object inherited from IUiChart

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

Events

  Event name Brief description
The OnGetDataValue event is used to build the chart.
The OnGetGroupCount event allows to determine the number of chart groups.
The OnGetGroupName event allows to determine chart group name.
The OnGetCategoryFormat event enables to determine format of point names for the category axis.
The OnGetCategoryName event enables to determine names of points for the category axis.
The OnGetLabelText event enables to determine custom format of data displayed in data labels.
The OnGetParentSerieIndex event allows to determine parent series index.
The OnGetPointName event enables to determine naming graph points.
The OnGetPointNameRoot event enables to determine root element for hierarchy of names of the category axis.
The OnGetRelativeSerieEnabled event allows to determine whether relative series are used.
The OnGetSerieGroupIndex event allows to determine index of chart series group.
The OnGetSerieGroupName event allows to determine name of chart series group.
The OnGetSerieName event allows to determine the series name. This event occurs when a chart is drawn.
The OnGetToolTip event determines the parameters of tooltips on the chart points; tooltips appear on mouse over.
The OnSetDataValue event occurs when the value of the series point on the chart is changed.

See also:

Chart Assembly Classes