ComponentOne FlexChart for WinForms
StrokeColor Property


C1.Win.Chart Namespace > ChartStyle Class : StrokeColor Property
Gets or sets the stroke color.
Syntax
'Declaration
 
Public Property StrokeColor As Color
'Usage
 
Dim instance As ChartStyle
Dim value As Color
 
instance.StrokeColor = value
 
value = instance.StrokeColor
public Color StrokeColor {get; set;}
See Also

Reference

ChartStyle Class
ChartStyle Members