Back to Devexpress

CustomDrawSeriesEventArgsBase.LegendMarkerSize Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawserieseventargsbase-2964cf4f.md

latest1.6 KB
Original Source

CustomDrawSeriesEventArgsBase.LegendMarkerSize Property

Gets or sets the size of the legend item marker 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 Size LegendMarkerSize { get; set; }
vb
Public Property LegendMarkerSize As Size

Property Value

TypeDescription
Size

The composed pair of integers, representing the width and the height of the marker.

|

See Also

CustomDrawSeries

CustomDrawSeriesPoint

Legend Items

CustomDrawSeriesEventArgsBase Class

CustomDrawSeriesEventArgsBase Members

DevExpress.XtraCharts Namespace