LegendItem.MarkerStyle Property

.NET Framework (current version)
 

Gets or sets a legend item marker style. Also used to enable or disable the display of markers.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member MarkerStyle : MarkerStyle with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.MarkerStyle

A MarkerStyle integer enumeration. The default value is None.

To disable markers, set this property to None.

System_CAPS_noteNote

This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

.NET Framework
Available since 4.0
Return to top
Show: