Back to Devexpress

TdxChartXYSeriesLineView.Appearance Property

vcl-dxchartxyserieslineview-dot-tdxchartxyserieslineview-8cf3f3b0.md

latest1.7 KB
Original Source

TdxChartXYSeriesLineView.Appearance Property

Provides access to line appearance settings.

Declaration

delphi
property Appearance: TdxChartXYSeriesLineAppearance read; write;

Property Value

TypeDescription
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.

Individual Line Segment Customization

While the Appearance property set defines line appearance for all points in the same series, you can handle the parent XY diagram‘s OnGetSeriesPointDrawParameters event to customize the appearance of individual line segments between series points based on certain conditions.

See Also

TdxChartXYSeriesAreaView.Appearance Property

TdxChartXYSeriesLineView Class

TdxChartXYSeriesLineView Members

dxChartXYSeriesLineView Unit