vcl-dxchartsimplediagram-dot-tdxchartsimplediagramtooltipoptions.md
Specifies the active tooltip display mode for a simple diagram.
property Mode: TdxChartSimpleDiagramToolTipMode read; write; default TdxChartToolTipMode.Default;
| Type | Default | Description |
|---|---|---|
| TdxChartSimpleDiagramToolTipMode | Default |
The active tooltip display mode.
|
Set the Mode property to TdxChartToolTipMode.Simple or TdxChartToolTipMode.None to explicitly enable or disable simple tooltips for all series in the simple diagram.
Note
Simple diagrams do not support the Crosshair Cursor mode because it is designed for use in a two-dimensional Cartesian coordinate system. You can use a Chart control’s ToolTips.SimpleToolTipOptions property to configure simple tooltip settings.
| Value | Example[1] |
|---|---|
| TdxChartToolTipMode.Simple | |
| TdxChartToolTipMode.None |
Refer to the TdxChartToolTipMode type description for detailed information on all available options.
The Mode property’s default value is TdxChartToolTipMode.Default.
The default Mode property value indicates that the parent Chart control’s ToolTips.DefaultMode property defines the active tooltip display mode.
Footnotes
Mode property values for the same simple diagram with one doughnut series.See Also
TdxChartXYDiagramToolTipOptions.Mode Property
TdxChartSimpleDiagramToolTipOptions Class