Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
DataTemplate

The legend marker template.

See Also