Nevron .NET Vision
Nevron.Chart Namespace / NFillStyleSheetConfigurator Class / SeriesColorIntensityFactor Property


In This Topic
    SeriesColorIntensityFactor Property
    In This Topic
    Gets or sets the color intensity of the second color applied to the series fill template.
    Syntax
    'Declaration
     
    
    Public Property SeriesColorIntensityFactor As System.Single
    'Usage
     
    
    Dim instance As NFillStyleSheetConfigurator
    Dim value As System.Single
     
    instance.SeriesColorIntensityFactor = value
     
    value = instance.SeriesColorIntensityFactor
    public System.float SeriesColorIntensityFactor {get; set;}
    Remarks
    This property has effect only when the fill style template applied to the series uses two colors (for example gradient or hatch).
    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