TdxChartXYDiagramToolTipOptions.Mode Property
Specifies the active tooltip display mode for an XY diagram.
Declaration
property Mode: TdxChartXYDiagramToolTipMode read; write; default TdxChartToolTipMode.Default;
Property Value
Type | Default | Description |
---|---|---|
TdxChartXYDiagramToolTipMode | Default | The active tooltip display mode. |
Remarks
Set the Mode
property to TdxChartToolTipMode.Simple or TdxChartToolTipMode.Crosshair to explicitly enable simple tooltips or Crosshair Cursor for all series in an XY diagram.
Tip
You can use a Chart control’s ToolTips.SimpleToolTipOptions and ToolTips.CrosshairOptions properties to configure Crosshair Cursor and tooltip settings.
Property Value Examples
Value | Example[1] |
---|---|
TdxChartToolTipMode.Simple | |
TdxChartToolTipMode.Crosshair | |
TdxChartToolTipMode.None |
Refer to the TdxChartToolTipMode type description for detailed information on all available options.
Default Value
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 default mode.
-
These examples demonstrate different
Mode
property values for the same XY diagram with three simple Line series.