Skip to main content

CustomDrawSeriesEventArgsBase.LegendMarkerImageSizeMode Property

Gets or sets the image size mode of the legend item marker of the series or series point that is currently being painted.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartImageSizeMode LegendMarkerImageSizeMode { get; set; }

Property Value

Type Description
ChartImageSizeMode

The marker image size mode.

Available values:

Name Description
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