Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPlotArea Class / VaryColorMultiSeries Property


In This Topic
    VaryColorMultiSeries Property (XYZPlotArea)
    In This Topic
    Gets or sets whether the VaryColor property of the plot area is automatically generated.
    Syntax
    'Declaration
     
    
    Public Overridable Property VaryColorMultiSeries As Boolean
    'Usage
     
    
    Dim instance As XYZPlotArea
    Dim value As Boolean
     
    instance.VaryColorMultiSeries = value
     
    value = instance.VaryColorMultiSeries
    public virtual bool VaryColorMultiSeries {get; set;}
    See Also