Skip to main content
All docs
V20.1

ChartControl.ToolTipItem Property

The item containing the information required for tooltip display. For internal use only.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ToolTipItem ToolTipItem { get; set; }

Property Value

Type
DevExpress.Xpf.Charts.Native.ToolTipItem
See Also