ChartToolTipEventArgs.Template Property
Specifies the template that defines the appearance of the tooltip on a chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object. |
Remarks
Use the Template property when handling the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.
See Also