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

    Stores Simple View appearance settings.

    Declaration

    TdxChartSimpleSeriesViewAppearance = class(
        TdxChartSeriesViewAppearance
    )

    Remarks

    Use these settings to adjust margins for simple series.

    Main API Members

    The list below outlines key members of the TdxChartSimpleSeriesViewAppearance class. These members allow you to customize Simple series appearance.

    Margins
    Allows you to adjust simple series margins.

    General-Purpose API Members

    Assign
    Copies compatible general appearance settings between series and visual diagram elements.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch appearance setting changes.

    Direct TdxChartSimpleSeriesViewAppearance Class Reference

    The TdxChartSimpleSeriesCustomView.Appearance property references a TdxChartSimpleSeriesViewAppearance object.

    See Also