ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartStyle Class / StrokeOpacity Property

In This Topic
    StrokeOpacity Property
    In This Topic
    A value that indicates the stroke opacity of the chart style.
    Syntax
    'Declaration
     
    Public Property StrokeOpacity As System.Nullable(Of Double)
    public System.Nullable<double> StrokeOpacity {get; set;}
    See Also