Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramLine Class / VaryColors Property


In This Topic
    VaryColors Property (HistogramLine)
    In This Topic
    Gets or sets whether each data point is displayed with a different color.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property VaryColors As Boolean
    'Usage
     
    
    Dim instance As HistogramLine
    Dim value As Boolean
     
    value = instance.VaryColors
    public override bool VaryColors {get;}
    Remarks
    If false then all data points are displayed with the same color. If true then each data point is displayed with a different color.
    See Also