www.Chart4.NET | Samples
Fixed levels to show always on the chart, on a scale of 1-10. Default is 4.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int Chart_FixedLevels { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Chart_FixedLevels As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings
Dim value As Integer
value = instance.Chart_FixedLevels
instance.Chart_FixedLevels = value |
| Visual C++ |
|---|
public:
property int Chart_FixedLevels {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_Chart_FixedLevels()
/** @property */
public void set_Chart_FixedLevels(int value)
|
| JScript |
|---|
public function get Chart_FixedLevels () : int
public function set Chart_FixedLevels (value : int) |
| JavaScript |
|---|
function get_Chart_FixedLevels();
function set_Chart_FixedLevels(value); |
Field Value
System.Int32 (1-10)
See Also