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


In This Topic
    VaryColors Property (FunnelSeries)
    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 FunnelSeries
    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