Skip to main content

ChartControl.ActualToolTipController Property

Gets the actual tooltip controller.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public ChartToolTipController ActualToolTipController { get; }

#Property Value

Type Description
ChartToolTipController

A ChartToolTipController object that defines tooltip appearance and behavior for a chart.

See Also