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

TdxChartXYSeriesLineView.Optimization Property

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

Declaration

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