Skip to main content

Series3DViewBase.LegendMarkerTemplate Property

Gets or sets the template specifying the legend marker appearance.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public DataTemplate LegendMarkerTemplate { get; set; }

Property Value

Type Description
DataTemplate

The legend marker template.

See Also