ChartDimensionsBaseIsAutoSize Property |
Gets and sets Auto sizing mode
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool IsAutoSize { get; set; }
Public Overridable Property IsAutoSize As Boolean
Get
Set
public:
virtual property bool IsAutoSize {
bool get ();
void set (bool value);
}
abstract IsAutoSize : bool with get, set
override IsAutoSize : bool with get, set
Property Value
Type:
BooleanTrue if auto size, false - if not.
See Also