Skip to main content
All docs
V24.2

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

TdxChartXYSeriesCustomBarView.Appearance Property

Provides access to bar appearance settings.

#Declaration

Delphi
property Appearance: TdxChartXYSeriesBarAppearance read; write;

#Property Value

Type Description
TdxChartXYSeriesBarAppearance

Provides access to bar appearance settings.

#Remarks

You can use Appearance.StrokeOptions and Appearance.FillOptions properties to customize outlines and filled areas of bars.

Refer to the TdxChartXYSeriesBarAppearance class description for detailed information on all available general appearance settings.

#Individual Bar Customization

While the Appearance property set defines bar appearance for all points in the same series, you can handle the parent XY diagram‘s OnGetSeriesPointDrawParameters event to customize the appearance of individual bars based on certain conditions.

See Also