CustomLabel.MarkColor Property

.NET Framework (current version)
 

Gets or sets the marker color for the custom label.

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

[<BindableAttribute(true)>]
[<TypeConverterAttribute(typeof(ColorConverter))>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member MarkColor : Color with get, set

Property Value

Type: System.Drawing.Color

A Color value that represents the marker color of a custom label.

The MarkColor property determines the color of a custom label's marker.

.NET Framework
Available since 4.0
Return to top
Show: