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

Brush type.

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

public BrushType BrushType { get; set; }
/** @property */
public BrushType get_BrushType()
/** @property */
public void set_BrushType(BrushType value)

Field Value

UnifoChart.Hierarchy.BrushType
Remarks

If you set BrushType as ImageTileBrush, then the image set in Image property will be shown in a tiled fashion (repating on X and Y axis). If you want to display the image untiled, set hpcSettings.Chart_BackgroundType (or hpcSettings.Node_BackgroundTypeList) as Image and set hpcSettings.Chart_BackgroundImage (or hpcSettings.Node_BackgroundImageList)
See Also