Skip to main content
A newer version of this page is available. .

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.

Use BarWidth and BarDistance properties to change width of bars and the minimum distance between them.

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

See Also