Back to Devexpress

TdxChartXYSeriesCustomBarView.Appearance Property

vcl-dxchartxyseriesbarview-dot-tdxchartxyseriescustombarview.md

latest1.9 KB
Original Source

TdxChartXYSeriesCustomBarView.Appearance Property

Provides access to bar appearance settings.

Declaration

delphi
property Appearance: TdxChartXYSeriesBarAppearance read; write;

Property Value

TypeDescription
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

TdxChartXYSeriesCustomBarView.BarDistance Property

TdxChartXYSeriesCustomBarView.BarWidth Property

TdxChartBarSeriesPointDrawParameters.Appearance Property

TdxChartXYSeriesCustomBarView Class

TdxChartXYSeriesCustomBarView Members

dxChartXYSeriesBarView Unit