ChartAxisXAutoShrink Property |
Specifies whether the axis is auto shrink or not.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool AutoShrink { get; set; }
Public Property AutoShrink As Boolean
Get
Set
public:
property bool AutoShrink {
bool get ();
void set (bool value);
}
member AutoShrink : bool with get, set
Property Value
Type:
Boolean
See Also