Skip to main content

TdxChartSeriesTopNOptions.Mode Property

Specifies the active Top N values display mode.

Declaration

property Mode: TdxChartSeriesTopNOptionsMode read; write; default TdxChartSeriesTopNOptionsMode.Count;

Property Value

Type Default Description
TdxChartSeriesTopNOptionsMode Count

The active Top N values display mode.

Remarks

Use the Mode property to switch between Top N values display modes.

Examples

Value Example (Pie)[1] Example (Doughnut)[2]
TdxChartSeriesTopNOptionsMode.Count[3] (default) VCL Chart Control: Pie View - The Count Mode is Active VCL Chart Control: Doughnut View - The Count Mode is Active
TdxChartSeriesTopNOptionsMode.ThresholdPercent[4] VCL Chart Control: Pie View - The Threshold Percent Mode is Active VCL Chart Control: Doughnut View - The Threshold Percent Mode is Active

Refer to the TdxChartSeriesTopNOptionsMode type description for detailed information on all available options.

Default Value

The Mode property’s default value is TdxChartSeriesTopNOptionsMode.Count.

Footnotes
  1. This example demonstrates different Mode property values for the same Pie series under the following conditions:

  2. This example demonstrates different Mode property values for the same Doughnut series under the following conditions:

  3. The Value property is set to 5 (default).

  4. The Value property is set to 10 (default).

See Also