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.Optimization Property

Specifies the active Line series View’s rendering optimization mode.

#Declaration

Delphi
property Optimization: TdxChartSeriesLineOptimization read; write; default TdxChartSeriesLineOptimization.Default;

#Property Value

Type Default Description
TdxChartSeriesLineOptimization Default

The active line rendering optimization mode.

#Remarks

Depending on the Optimization property value, and the number of series points and distances between them, the Chart can hide or merge certain series points to increase performance. Refer to the TdxChartSeriesLineOptimization type description for details on available options.

#Default Value

The Optimization property’s default value is TdxChartSeriesLineOptimization.Default.

See Also