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

TdxChartXYSeriesLineAppearance Class

Stores general line appearance settings for Line and Area series Views.

#Declaration

Delphi
TdxChartXYSeriesLineAppearance = class(
    TdxChartSeriesViewAppearance
)

#Remarks

Use line appearance settings to change line width, stroke style, and color.

#Main API Members

The list below outlines key members of the TdxChartXYSeriesLineAppearance class. These members allow you to customize the appearance of an XY series that uses any Line View.

#Appearance Settings

StrokeOptions
Provides access to line style, width, and color settings.

#General-Purpose API Members

Assign
Copies general appearance settings between line series.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.

#Direct TdxChartXYSeriesLineAppearance Class References

The following public API members reference a TdxChartXYSeriesLineAppearance object:

TdxChartLineSeriesPointDrawParameters.Appearance
Provides access to the appearance settings of the line segment associated with the currently processed series point.
TdxChartXYSeriesLineView.Appearance
Provides access to line appearance settings.
See Also