Skip to main content

TdxChartXYSeriesBarView.Appearance Property

Provides access to bar appearance settings.

Declaration

property Appearance: TdxChartXYSeriesBarAppearance read; write;

Property Value

Type Description
TdxChartXYSeriesBarAppearance

Stores bar appearance settings for Bar series Views.

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