Nevron .NET Vision
Nevron.Chart Namespace / NAppearanceStyleSheetConfigurator Class / MultiColorSeries Property


In This Topic
    MultiColorSeries Property
    In This Topic
    Gets or sets a value indicating whether the style sheet will be applied per data point or per series.
    Syntax
    'Declaration
     
    
    Public Property MultiColorSeries As System.Boolean
    'Usage
     
    
    Dim instance As NAppearanceStyleSheetConfigurator
    Dim value As System.Boolean
     
    instance.MultiColorSeries = value
     
    value = instance.MultiColorSeries
    public System.bool MultiColorSeries {get; set;}
    Remarks
    When set to true the colors in the SeriesColors palette array will be assigned to individual data points. Otherwise the colors in the SeriesColors palette array will be assigned per series.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also