Skip to main content
A newer version of this page is available. .

ChartToolTipEventArgs.Template Property

Specifies the template that defines the appearance of the tooltip on a chart.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public DataTemplate Template { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

Use the Template property when handling the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.

See Also