ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartStyleFill Class / LinearGradientAngle Property

In This Topic
    LinearGradientAngle Property
    In This Topic
    A value that indicates the angle of linear gradient of ChartStyleFill. This property works only when Type is LinearGradient.
    Syntax
    'Declaration
     
    Public Property LinearGradientAngle As System.Double
    public System.double LinearGradientAngle {get; set;}
    See Also