Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYSeriesBarAppearance Class

Stores Bar View appearance settings.

#Declaration

Delphi
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