Skip to main content
All docs
V25.2
  • TdxChartSimpleSeriesTotalLabel.View Property

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

    Declaration

    property View: TdxChartSimpleSeriesCustomPieView read;

    Property Value

    Type Description
    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