TdxChartSimpleDiagramToolTipMode Subrange Type
Enumerates tooltip display modes in a simple series.
#Declaration
TdxChartToolTipMode = (Default, None, Simple, Crosshair);
TdxChartSimpleDiagramToolTipMode = Default..Simple;
#Members
Name | Description |
---|---|
Default |
Default. The default tooltip display mode defined at the diagram level. In this mode, the parent Chart control’s Tool Note This option is unavailable at the Chart control level. |
None |
All tooltips are disabled. This is the default option at the Chart control level. Inherited from Tdx |
Simple |
A diagram displays simple tooltips for a series and/or its points depending on the Chart control’s Tool Simple tooltips are available for all diagram types and support the same formatting patterns as value labels. Inherited from Tdx |
#Remarks
The TdxChartSimpleDiagramToolTipMode
type defines a subrange of the TdxChartToolTipMode type.
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 Simple
value in code.
The TdxChartSimpleDiagramToolTipOptions.Mode property references the TdxChartSimpleDiagramToolTipMode
type.