Back to Devexpress

CustomDrawSeriesEventArgs.LegendCheckBoxImageSizeMode Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawserieseventargs-b2e5ade3.md

latest2.0 KB
Original Source

CustomDrawSeriesEventArgs.LegendCheckBoxImageSizeMode Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartImageSizeMode LegendCheckBoxImageSizeMode { get; set; }
vb
Public Property LegendCheckBoxImageSizeMode As ChartImageSizeMode

Property Value

TypeDescription
ChartImageSizeMode

The check box 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

CustomDrawSeries

Legend Items

CustomDrawSeriesEventArgs Class

CustomDrawSeriesEventArgs Members

DevExpress.XtraCharts Namespace