ComponentOne FlexChart for WinForms
StrokeWidth Property


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

Reference

ChartStyle Class
ChartStyle Members