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

In This Topic
    ColorMiddles Property
    In This Topic
    A collection value that indicates the middle colors of ChartStyleFill. This property works when Type is LinearGradient or RadialGradient.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorMiddles As System.Collections.Generic.List(Of ColorMiddle)
    public System.Collections.Generic.List<ColorMiddle> ColorMiddles {get;}
    See Also