ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HslColor Structure / Hue Property



In This Topic
    Hue Property
    In This Topic
    Gets or sets the hue of the color.
    Syntax
    'Declaration
     
    
    Public Property Hue As Single
    'Usage
     
    
    Dim instance As C1HslColor
    Dim value As Single
     
    instance.Hue = value
     
    value = instance.Hue
    public float Hue {get; set;}
    public:
    property float Hue {
       float get();
       void set (    float value);
    }
    Remarks
    Hue is a value between 0 and 1.
    See Also