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

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.

  • Limit the number of visible series points only to the top values (Enabled).
  • Switch between available Top N series point display modes (Mode).
  • Hide or display the sum of all other series values (ShowOthers).
  • Define a formatting pattern for the value label of the sum of all other series values (OthersValueFormat).
  • Access the simple series to which the Top N point display settings belong (Series).
  • Copy Top N point display settings between simple series (Assign).

Direct TdxChartSeriesTopNOptions Class References

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

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxChartSeriesTopNOptions
See Also