Back to Devexpress

TdxChartSimpleSeriesTotalLabel.View Property

vcl-dxchartsimplediagram-dot-tdxchartsimpleseriestotallabel-2e45b97a.md

latest1.1 KB
Original Source

TdxChartSimpleSeriesTotalLabel.View Property

Provides access to the simple series View to which the total label settings belong.

Declaration

delphi
property View: TdxChartSimpleSeriesCustomPieView read;

Property Value

TypeDescription
TdxChartSimpleSeriesCustomPieView

The parent simple series View.

Cast this property value to the TdxChartSimpleSeriesPieView or TdxChartSimpleSeriesDoughnutView class depending on the actual view type to access all public API members. Call the View.ClassType function to identify the view type.

|

See Also

TdxChartSimpleSeriesTotalLabel Class

TdxChartSimpleSeriesTotalLabel Members

dxChartSimpleDiagram Unit