Skip to main content

SeriesView.ToolTipPointTemplate Property

Specifies the tooltip template for this series. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplate ToolTipPointTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

See Also