www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Pictographic style, in case BrushType is set as HatchBrush.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public HatchStyleType HatchStyle { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property HatchStyle As HatchStyleType |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyBrush Dim value As HatchStyleType value = instance.HatchStyle instance.HatchStyle = value |
| Visual C++ |
|---|
public: property HatchStyleType HatchStyle { HatchStyleType get (); void set (HatchStyleType value); } |
| J# |
|---|
/** @property */ public HatchStyleType get_HatchStyle() /** @property */ public void set_HatchStyle(HatchStyleType value) |
| JScript |
|---|
public function get HatchStyle () : HatchStyleType public function set HatchStyle (value : HatchStyleType) |
| JavaScript |
|---|
function get_HatchStyle(); function set_HatchStyle(value); |
Field Value
UnifoChart.Hierarchy.HatchStyleType
Remarks
See also BrushType.
