www.Chart4.NET (Documentation) | Samples Download | Release Notes
Move chart into the centre of chart area. Default is true.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Chart_Center { get; set; }
public bool Chart_Center { get; set; }
Public Property Chart_Center As Boolean
Get
Set
Public Property Chart_Center As Boolean
Get
Set
public:
property bool Chart_Center {
bool get ();
void set (bool value);
}
public:
property bool Chart_Center {
bool get ();
void set (bool value);
}
member Chart_Center : bool with get, set
member Chart_Center : bool with get, set
/** @property */
public boolean get_Chart_Center()
/** @property */
public void set_Chart_Center(boolean value)
/** @property */
public boolean get_Chart_Center()
/** @property */
public void set_Chart_Center(boolean value)
Field Value
System.Boolean