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


In This Topic
    VaryColors Property (HighLowBarSeries)
    In This Topic
    Gets or sets whether each data point is displayed with a different color.
    Syntax
    'Declaration
     
    
    Public Property VaryColors As Boolean
    'Usage
     
    
    Dim instance As HighLowBarSeries
    Dim value As Boolean
     
    instance.VaryColors = value
     
    value = instance.VaryColors
    public bool VaryColors {get; set;}
    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.
    Example
    This example sets the VaryColors property.
    See Also