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

Series3DViewBase.LegendMarkerTemplate Property

Gets or sets the template specifying the legend marker appearance.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

public DataTemplate LegendMarkerTemplate { get; set; }

Property Value

Type Description
DataTemplate

The legend marker template.

See Also