CustomLegendItemModel.MarkerImage Property
Returns the model of a marker image of a custom legend item.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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