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

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

    Declaration

    TdxChartXYSeriesCustomView = class(
        TdxChartSeriesCustomView
    )

    Remarks

    A series View determines how an XY 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 list below outlines key members of the TdxChartXYSeriesCustomView class that allow you to configure common XY series View settings.

    AxisX | AxisY

    Allow you to associate the series View with different axes of arguments and values in the parent XY diagram.

    The Chart control uses the scales of the associated axes to display an XY series.

    GetDescription
    Returns the series View type description.
    GetViewImages
    Returns an image list populated with icons that correspond to all registered series View types.
    GetViewImageIndex
    Returns the index of the icon that corresponds to the current series View type.
    Series
    Provides access to the XY series to which the current View settings belong.
    ValueLabels
    Provides access to value label settings.

    Direct TdxChartXYSeriesCustomView Class References

    The TdxChartXYSeries.View property references the currently active series View as a TdxChartXYSeriesCustomView object. You need to cast it to the corresponding descendant of the TdxChartXYSeriesCustomView class to access all public API members.

    Terminal TdxChartXYSeriesCustomView Class Descendants

    Do not use the TdxChartXYSeriesCustomView class directly. Use the following descendants instead:

    Area View Classes

    TdxChartXYSeriesAreaView
    Stores Simple Area View settings.
    TdxChartXYSeriesFullStackedAreaView
    Stores Full-Stacked Area View settings.
    TdxChartXYSeriesStackedAreaView
    Stores Stacked Area View settings.

    Bar View Classes

    TdxChartXYSeriesBarView
    Stores Bar View settings.
    TdxChartXYSeriesFullStackedBarView
    Stores Full-Stacked Bar View settings.
    TdxChartXYSeriesStackedBarView
    Stores Stacked Bar View settings.

    Line View Classes

    TdxChartXYSeriesLineView
    Stores Line View settings.
    TdxChartXYSeriesFullStackedLineView
    Stores Full-Stacked Line View settings.
    TdxChartXYSeriesStackedLineView
    Stores Stacked Line View settings.
    See Also