TdxChartSeriesTopNOptionsMode Enum
Enumerates available Top N value display modes for simple series.
#Declaration
TdxChartSeriesTopNOptionsMode = (
Count,
ThresholdValue,
ThresholdPercent
);
#Members
Name | Description |
---|---|
Count
|
Default. In this mode, a simple series displays a number of first points as separate slices according to their order in the Points collection if series points are unsorted.
If you assign a non-integer value to the Top
|
Threshold
|
All series points whose values exceed the Top
|
Threshold
|
All series points whose values exceed the Top The Top
|
#Remarks
Different TdxChartSeriesTopNOptionsMode
values change interpretation of the TdxChartSeriesTopNOptions.Value property value.
Note
Tdx
is a scoped enumeration type. Use the type name together with a scope resolution token (.
in Delphi or ::
in C++Builder) followed by an enumeration value to refer to this value. For example, use Tdx
(in Delphi) or Tdx
(in C++Builder) to refer to the Threshold
value in code.
#Direct TdxChartSeriesTopNOptionsMode Type Reference
The TdxChartSeriesTopNOptions.Mode property references the TdxChartSeriesTopNOptionsMode
type.