www.Chart4.NET | Samples
Color1 is used in the following way:
If
BrushType = LinearGradientBrush, then as brush color for first end.
= SolidBrush, then as brush color.
= HatchBrush, then as forecolor for pictographic style.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public Color Color1 { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Color1 As Color |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyBrush
Dim value As Color
value = instance.Color1
instance.Color1 = value |
| Visual C++ |
|---|
public:
property Color Color1 {
Color get ();
void set (Color value);
} |
| J# |
|---|
/** @property */
public Color get_Color1()
/** @property */
public void set_Color1(Color value)
|
| JScript |
|---|
public function get Color1 () : Color
public function set Color1 (value : Color) |
| JavaScript |
|---|
function get_Color1();
function set_Color1(value); |
Field Value
System.Drawing.Color
Remarks
See Also