Back to Devexpress

TdxChartXYSeriesCustomView Class

vcl-dxchartxydiagram-e737dc53.md

latest4.4 KB
Original Source

TdxChartXYSeriesCustomView Class

The base class for all classes that implement XY series View settings.

Declaration

delphi
TdxChartXYSeriesCustomView = class(
    TdxChartSeriesCustomView
)

Remarks

A series View determines how an XY diagram displays series. A diagram can display multiple series with different Views and individual View appearance settings. You can use the ViewType or ViewClass property of a series to switch between compatible Views and display the same data in a different manner at any time.

Main API Members

The list below outlines key members of the TdxChartXYSeriesCustomView class that allow you to configure common XY series View settings.

AxisX | AxisY

Allow you to associate the series View with different axes of arguments and values in the parent XY diagram.

The Chart control uses the scales of the associated axes to display an XY series.

GetDescriptionReturns the series View type description.GetViewImagesReturns an image list populated with icons that correspond to all registered series View types.GetViewImageIndexReturns the index of the icon that corresponds to the current series View type.SeriesProvides access to the XY series to which the current View settings belong.ValueLabelsProvides access to value label settings.

Direct TdxChartXYSeriesCustomView Class References

The TdxChartXYSeries.View property references the currently active series View as a TdxChartXYSeriesCustomView object. You need to cast it to the corresponding descendant of the TdxChartXYSeriesCustomView class to access all public API members.

Terminal TdxChartXYSeriesCustomView Class Descendants

Do not use the TdxChartXYSeriesCustomView class directly. Use the following descendants instead:

Area View Classes

TdxChartXYSeriesAreaViewStores Simple Area View settings.TdxChartXYSeriesFullStackedAreaViewStores Full-Stacked Area View settings.TdxChartXYSeriesStackedAreaViewStores Stacked Area View settings.

Bar View Classes

TdxChartXYSeriesBarViewStores Bar View settings.TdxChartXYSeriesFullStackedBarViewStores Full-Stacked Bar View settings.TdxChartXYSeriesStackedBarViewStores Stacked Bar View settings.

Line View Classes

TdxChartXYSeriesLineViewStores Line View settings.TdxChartXYSeriesFullStackedLineViewStores Full-Stacked Line View settings.TdxChartXYSeriesStackedLineViewStores Stacked Line View settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartSeriesCustomView TdxChartXYSeriesCustomView

See Also

TdxChartSimpleSeriesCustomView Class

TdxChartXYSeriesCustomView Members

dxChartXYDiagram Unit