Skip to main content
All docs
V24.2

TdxChartXYSeriesCustomBarView.Appearance Property

Provides access to bar appearance settings.

Declaration

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