www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
3D style of the border for node or chart. Applies to hpcSettings-Node_Border3DStyleList and hpcSettings-Chart_Border3DStyle.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public enum Border3DStyleType |
| Visual Basic (Declaration) |
|---|
Public Enumeration Border3DStyleType |
| Visual Basic (Usage) |
|---|
Dim instance As Border3DStyleType |
| Visual C++ |
|---|
public enum class Border3DStyleType |
| J# |
|---|
public enum Border3DStyleType |
| JScript |
|---|
public enum Border3DStyleType |
| JavaScript |
|---|
UnifoChart.Hierarchy.Border3DStyleType = function(); UnifoChart.Hierarchy.Border3DStyleType.createEnum('UnifoChart.Hierarchy.Border3DStyleType', false); |
Members
| Member name | Description | |
|---|---|---|
| RaisedOuter |
The border has a raised outer edge and no inner edge.
| |
| SunkenOuter |
The border has a sunken outer edge and no inner edge.
| |
| RaisedInner |
The border has a raised inner edge and no outer edge.
| |
| Raised |
The border has raised inner and outer edges.
| |
| Etched |
The inner and outer edges of the border have an etched appearance.
| |
| SunkenInner |
The border has a sunken inner edge and no outer edge.
| |
| Bump |
The inner and outer edges of the border have a raised appearance.
| |
| Sunken |
The border has sunken inner and outer edges.
| |
| Adjust |
The border is drawn outside the specified rectangle, preserving the dimensions of the rectangle for drawing.
| |
| Flat |
The border has no three-dimensional effects.
|
