www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Size (horizontal width and vertical height)of chart margin. Default is Height=0, Width=5.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public Size Chart_MarginSize { get; set; }
public Size Chart_MarginSize { get; set; }
Public Property Chart_MarginSize As Size
Get
Set
Public Property Chart_MarginSize As Size
Get
Set
public:
property Size Chart_MarginSize {
Size get ();
void set (Size value);
}
public:
property Size Chart_MarginSize {
Size get ();
void set (Size value);
}
member Chart_MarginSize : Size with get, set
member Chart_MarginSize : Size with get, set
/** @property */
public Size get_Chart_MarginSize()
/** @property */
public void set_Chart_MarginSize(Size value)
/** @property */
public Size get_Chart_MarginSize()
/** @property */
public void set_Chart_MarginSize(Size value)
Field Value
System.Drawing.Size
Chart margin applies in addition to Node_Padding.