ChartToolTipEventArgs.Template Property
In This Article
Specifies the template that defines the appearance of the tooltip on a chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
Use the Template property when handling the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.
See Also