Skip to main content

Series3DBase.LegendMarkerTemplate Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public DataTemplate LegendMarkerTemplate { get; }

Property Value

Type Description
DataTemplate

The legend marker template.

See Also