Skip to main content

ToolTipOptions.ShowForPoints Property

Specifies whether to show tooltip for a series point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool ShowForPoints { get; set; }

#Property Value

Type Description
Boolean

true to show tooltip; otherwise, false.

#Property Paths

You can access the ToolTipOptions.ShowForPoints property from the following objects:

Object Type Path to ShowForPoints
ChartControl
.ToolTipOptions.ShowForPoints

#Remarks

Before using the ShowForPoints property, make sure the ChartControl.ToolTipEnabled property is set to true.

The following table shows this property in action.

ShowForPoint=True ShowForPoint=False
ToolTipOptions - ShowForPoints - true ToolTipOptions - ShowForPoints - false
See Also