Back to Devexpress

TdxChartXYSeries.View Property

vcl-dxchartxydiagram-dot-tdxchartxyseries.md

latest2.1 KB
Original Source

TdxChartXYSeries.View Property

Provides access to the active series View settings.

Declaration

delphi
property View: TdxChartXYSeriesCustomView read; write;

Property Value

TypeDescription
TdxChartXYSeriesCustomView

Stores XY series View settings.

|

Remarks

Cast the View property value to one of the following classes depending on the active series View to access all public API members:

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

Tip

To identify the actual View type, call the View.ClassType function.

See Also

TdxChartSimpleSeries.View Property

TdxChartCustomSeries.View Property

TdxChartXYSeries Class

TdxChartXYSeries Members

dxChartXYDiagram Unit