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

Chart

The Chart property returns the object of the IChart type, to which a chart element belongs.

DisplayLegend

The DisplayLegend property determines whether a legend is displayed.

DisplaySecondaryAxis

The DisplaySecondaryAxis property determines whether a secondary axis is displayed.

DisplayVolume3D

The DisplayVolume3D property determines whether a 3D chart type is displayed.

Orientation

The Orientation property determines chart orientation.

PointCount

The PointCount property determines the number of chart points.

SerieCount

The SerieCount property determines the number of chart series.

Style

The Style property determines a chart scale type.

Type

The Type property determines a chart type.

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

Class object methods inherited from IUiChart

  Method name Brief description

SetPointSerieCount

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

Events

  Event name Brief description

OnGetDataValue

The OnGetDataValue event is used to plot a chart.

OnGetGroupCount

The OnGetGroupCount event enables the user to determine the number of chart groups.

OnGetGroupName

The OnGetGroupName event enables the user to determine a chart group name.

OnGetCategoryFormat

The OnGetCategoryFormat event enables the user to determine a format of point names for category axis.

OnGetCategoryName

The OnGetCategoryName event enables the user to determine names of points for category axis.

OnGetLabelText

The OnGetLabelText event enables the user to determine a custom format of data displayed in data labels.

OnGetParentSerieIndex

The OnGetParentSerieIndex event enables the user to determine a parent series index.

OnGetPointName

The OnGetPointName event enables the user to determine a name of graph points.

OnGetPointNameRoot

The OnGetPointNameRoot event enables the user to determine a root element for hierarchy of names of the category axis.

OnGetRelativeSerieEnabled

The OnGetRelativeSerieEnabled event enables the user to determine whether relative series are used.

OnGetSerieGroupIndex

The OnGetSerieGroupIndex event enables the user to determine index of chart series group.

OnGetSerieGroupName

The OnGetSerieGroupName event enables the user to determine a name of chart series group.

OnGetSerieName

The OnGetSerieName event enables the user to determine series names. This event occurs when a chart is drawn.

OnGetToolTip

The OnGetToolTip event determines parameters of tooltips on chart points; tooltips are displayed on mouseover.

OnSetDataValue

The OnSetDataValue event occurs when the value of the series point on a graph is changed.

See also:

Chart Assembly Classes