Back to Devexpress

CustomLegendItem.MarkerImageSizeMode Property

corelibraries-devexpress-dot-xtracharts-dot-customlegenditem-1421a454.md

latest1.8 KB
Original Source

CustomLegendItem.MarkerImageSizeMode Property

Gets or sets the custom legend item marker image size mode.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
ChartImageSizeMode

A ChartImageSizeMode enumeration value, representing the marker image size mode.

|

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

CustomLegendItem Class

CustomLegendItem Members

DevExpress.XtraCharts Namespace