ComponentOne FinancialChart for WPF
Hue Property



C1.WPF Namespace > C1HslColor Structure : Hue Property
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

Reference

C1HslColor Structure
C1HslColor Members