Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYSeriesLineView.Appearance Property

Provides access to line appearance settings.

#Declaration

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

#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