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

CustomLegendItemModel.MarkerImage Property

Returns the model of a marker image of a custom legend item.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Data)]
public ChartImageModel MarkerImage { get; }

Property Value

Type Description
ChartImageModel

The model of an image which is the item marker.

See Also