HierarchyBrush HatchStyle Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Pictographic style, in case BrushType is set as HatchBrush.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public HatchStyleType HatchStyle { get; set; }
/** @property */
public HatchStyleType get_HatchStyle()
/** @property */
public void set_HatchStyle(HatchStyleType value)

Field Value

UnifoChart.Hierarchy.HatchStyleType
Remarks

See also BrushType.
See Also