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

Declaration

public DataTemplate LegendMarkerTemplate { get; set; }

Property Value

Type Description
DataTemplate

The legend marker template.

See Also