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

TdxChartXYSeriesLineView.Appearance Property

Provides access to line appearance settings.

Declaration

property Appearance: TdxChartXYSeriesLineAppearance read; write;

Property Value

Type Description
TdxChartXYSeriesLineAppearance

Stores line appearance settings for Line and Area series Views.

Remarks

You can use the Appearance.StrokeOptions property to change line width, color, and pattern. Refer to the TdxChartXYSeriesLineAppearance class description for detailed information on all available options.

See Also