Back to Devexpress

Indicator.LegendMarkerTemplate Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicator-e7bbdea0.md

latest1.3 KB
Original Source

Indicator.LegendMarkerTemplate Property

Gets or sets the template that defines the presentation of the legend marker for this indicator.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
DataTemplate

A DataTemplate object that contains the template for a legend marker.

|

Implements

LegendMarkerTemplate

See Also

Indicator Class

Indicator Members

DevExpress.Xpf.Charts Namespace