Skip to main content

TdxChartSeriesTopNOptions Class

Stores Top N point series display settings.

Declaration

TdxChartSeriesTopNOptions = class(
    TcxOwnedPersistent
)

Remarks

A simple series allows you to hide all series points below a threshold value to emphasize the top points.

Main API Members

The list below outlines key members of the TdxChartSeriesTopNOptions class that allow you to limit the number of visible series points and customize their visibility criteria.

Enabled
Specifies if a simple series displays only the top values as separate pie or doughnut slices.
Mode
Specifies the active Top N values display mode.
ShowOthers
Specifies if a simple series displays the sum of non-top values as a separate pie or doughnut slice.
OthersValueFormat
Specifies a formatting pattern for the value label of the pie or doughnut slice that corresponds to the sum of all non-top series values.
Series
Provides access to the simple series to which the current Top N value display settings belong.
Assign
Copies Top N point display settings between simple series.

Direct TdxChartSeriesTopNOptions Class References

The TopNOptions property of a simple series references a TdxChartSeriesTopNOptions object.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxChartSeriesTopNOptions
See Also