StrokeColor Property (ChartStyle)
In This Topic
Gets or sets the stroke color.
Syntax
'Declaration
<C1DescriptionAttribute("ChartStyle.StrokeColor", "Gets or sets the stroke color.")>
Public Property StrokeColor As Color
[C1Description("ChartStyle.StrokeColor", "Gets or sets the stroke color.")]
public Color StrokeColor {get; set;}
See Also