www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Brush type.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public BrushType BrushType { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property BrushType As BrushType |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyBrush Dim value As BrushType value = instance.BrushType instance.BrushType = value |
| Visual C++ |
|---|
public: property BrushType BrushType { BrushType get (); void set (BrushType value); } |
| J# |
|---|
/** @property */ public BrushType get_BrushType() /** @property */ public void set_BrushType(BrushType value) |
| JScript |
|---|
public function get BrushType () : BrushType public function set BrushType (value : BrushType) |
| JavaScript |
|---|
function get_BrushType(); function set_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)
