Back to Devexpress

ChartControl.AnnotationItemTemplate Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol-f1e6f6ea.md

latest1.3 KB
Original Source

ChartControl.AnnotationItemTemplate Property

Gets or sets the DataTemplate that specifies how to convert a model object to an annotation.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public DataTemplate AnnotationItemTemplate { get; set; }
vb
Public Property AnnotationItemTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate that specifies a generated annotation’s parameters. The default is null ( Nothing in Visual Basic).

|

See Also

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace