Skip to main content
All docs
V25.1
  • TdxChartSeriesCustomView Class

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

    Declaration

    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:

    ValueLabels
    Provides access to series value label settings.
    GetDescription
    Returns the series View description.
    GetViewImages
    Returns an image list populated with all icons that indicate series View types at the target DPI.
    GetViewImageIndex
    Returns the index of the icon associated with the series View type.
    Series
    Provides access to the series to which the current View settings belong.
    Assign
    Copies compatible settings between series Views.

    Terminal TdxChartSeriesCustomView Class Descendants

    TdxChartSimpleSeriesDoughnutView
    Stores Doughnut View settings.
    TdxChartSimpleSeriesPieView
    Stores Pie View settings.
    TdxChartXYSeriesAreaView
    Stores Simple Area View settings.
    TdxChartXYSeriesFullStackedAreaView
    Stores Full-Stacked Area View settings.
    TdxChartXYSeriesStackedAreaView
    Stores Stacked Area View settings.
    TdxChartXYSeriesBarView
    Stores Bar View settings.
    TdxChartXYSeriesFullStackedBarView
    Stores Full-Stacked Bar View settings.
    TdxChartXYSeriesStackedBarView
    Stores Stacked Bar View settings.
    TdxChartXYSeriesLineView
    Stores Line View settings.
    TdxChartXYSeriesFullStackedLineView
    Stores Full-Stacked Line View settings.
    TdxChartXYSeriesStackedLineView
    Stores Stacked Line View settings.
    See Also