Back to Devexpress

TdxChartSeriesCustomView Class

vcl-dxchartcore-a7a48b3b.md

latest3.9 KB
Original Source

TdxChartSeriesCustomView Class

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

Declaration

delphi
TdxChartSeriesCustomView = class(
    TdxChartVisualElementPersistent
)

Remarks

A series View determines how a 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 TdxChartSeriesCustomView class has members that allow you to do the following:

ValueLabelsProvides access to series value label settings.GetDescriptionReturns the series View description.GetViewImagesReturns an image list populated with all icons that indicate series View types at the target DPI.GetViewImageIndexReturns the index of the icon associated with the series View type.SeriesProvides access to the series to which the current View settings belong.AssignCopies compatible settings between series Views.

Terminal TdxChartSeriesCustomView Class Descendants

TdxChartSimpleSeriesDoughnutViewStores Doughnut View settings.TdxChartSimpleSeriesPieViewStores Pie View settings.TdxChartXYSeriesAreaViewStores Simple Area View settings.TdxChartXYSeriesFullStackedAreaViewStores Full-Stacked Area View settings.TdxChartXYSeriesStackedAreaViewStores Stacked Area View settings.TdxChartXYSeriesBarViewStores Bar View settings.TdxChartXYSeriesFullStackedBarViewStores Full-Stacked Bar View settings.TdxChartXYSeriesStackedBarViewStores Stacked Bar View settings.TdxChartXYSeriesLineViewStores Line View settings.TdxChartXYSeriesFullStackedLineViewStores Full-Stacked Line View settings.TdxChartXYSeriesStackedLineViewStores Stacked Line View settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartSeriesCustomView

See Also

TdxChartCustomSeries.View Property

TdxChartSimpleSeriesCustomView Class

TdxChartXYSeriesCustomView Class

TdxChartSeriesCustomView Members

dxChartCore Unit