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

    Stores Bar View appearance settings.

    Declaration

    TdxChartXYSeriesBarAppearance = class(
        TdxChartSeriesViewAppearance
    )

    Remarks

    Use bar appearance settings to customize outlines and filled areas in all Bar Views.

    Main API Members

    The list below outlines key members of the TdxChartXYSeriesBarAppearance class. These members allow you to customize the appearance of an XY series that uses any Bar View.

    Appearance Settings

    FillOptions | StrokeOptions
    Specify bar fill and outline settings.

    General-Purpose API Members

    Assign
    Copies general appearance settings between Bar series.
    BeginUpdate | EndUpdate | CancelUpdate
    Allow you to avoid excessive redraw operations during batch appearance setting changes.

    Direct TdxChartXYSeriesBarAppearance Class References

    The following public API members reference a TdxChartXYSeriesBarAppearance object:

    TdxChartBarSeriesPointDrawParameters.Appearance
    Provides access to fill and outline settings of a bar that displays the currently processed series point.
    TdxChartXYSeriesCustomBarView.Appearance
    Provides access to bar appearance settings.
    See Also