Back to Devexpress

CustomLegendItemModel.MarkerImageSizeMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-customlegenditemmodel-4ac2a236.md

latest1.9 KB
Original Source

CustomLegendItemModel.MarkerImageSizeMode Property

Gets or sets the value of the CustomLegendItem.MarkerImageSizeMode within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Appearance)]
public ChartImageSizeMode MarkerImageSizeMode { get; set; }
vb
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property MarkerImageSizeMode As ChartImageSizeMode

Property Value

TypeDescription
ChartImageSizeMode

The mode of the marker image sizing.

|

Available values:

NameDescription
AutoSize

Represents the size mode, in which an image is auto-resized to fit its container’s bounds.

| | Stretch |

Represents the size mode, in which an image is stretched to fit its container’s bounds.

| | Zoom |

Represents the size mode, in which an image is zoomed to fit its container’s bounds.

| | Tile |

Represents the size mode, in which an image is tiled to fit its container’s bounds.

|

See Also

CustomLegendItemModel Class

CustomLegendItemModel Members

DevExpress.XtraCharts.Designer Namespace