Skip to main content

ILegendVisible.LegendMarkerTemplate Property

Gets the template that defines the presentation of the legend marker for the ILegendVisible interface.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

DataTemplate LegendMarkerTemplate { get; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that contains the template for a legend marker.

See Also