Gets or sets the size of a legend item's markers, if used.
Legend item marker size
Visual Basic (Declaration) | |
---|---|
Public Property MarkerSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MarkerSize {get; set;} |
Return Value
An integer expression that represents the height and width of the plotting area of marker(s), in pixels. Defaults to 5 pixels.
Gets or sets the size of markers.
To use markers set the MarkerStyle property to a value other than MarkerStyle.None.
Note that markers will not be applied to data points of pie, doughnut and any stacked chart types.
Note: This property is applicable only to LegendCells, with a CellType of SeriesSymbol, or Image.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family