AxisScaleBreakStyle.LineColor Property

.NET Framework (current version)
 

Gets or sets the color of the scale break line.

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

[<TypeConverterAttribute(typeof(ColorConverter))>]
member LineColor : Color with get, set

Property Value

Type: System.Drawing.Color

A Color value that represents the color of the scale break line.

The following code example demonstrates how to enable and customize a scale break after the Chart control has been added to the design surface.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Return to top
Show: