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

TdxChartCustomSeries.TopNOptions Property

Specifies how the simple series determines the top N points and displays them.

Declaration

property TopNOptions: TdxChartSeriesTopNOptions read; write;

Property Value

Type Description
TdxChartSeriesTopNOptions

Stores the top N points display settings in simple series.

Remarks

You can set the TopNOptions.Enabled property to True to apply the top N points settings to the series. Then, you can use the TopNOptions.Mode property to switch between available top value selection algorithms.

Refer to the TdxChartSeriesTopNOptions class description for detailed information on all available options.

Note

The TopNOptions property is not available for XY series.

See Also