UiChart

Description

The UiChart class contains properties, methods and events that are used to determine graph appearance.

Class object properties inherited from IUiChart

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

Class object 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 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.

Class object methods inherited from IUiChart

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

Events

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

See also:

Chart Assembly Classes