CustomLegendItem.MarkerImageSizeMode Property
In This Article
Gets or sets the custom legend item marker image size mode.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public ChartImageSizeMode MarkerImageSizeMode { get; set; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
Available values:
Name | Description |
---|---|
Auto |
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