Back to Devexpress

TdxChartXYSeriesLineView.Optimization Property

vcl-dxchartxyserieslineview-dot-tdxchartxyserieslineview-c9038147.md

latest1.3 KB
Original Source

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

TypeDefaultDescription
TdxChartSeriesLineOptimizationDefault

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

TdxChartXYSeriesLineView Class

TdxChartXYSeriesLineView Members

dxChartXYSeriesLineView Unit