ChartCaptionIsAutoSize Property |
Gets and sets a boolean value indicates whether using the auto sizing mode in title
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool IsAutoSize { get; set; }
Public Property IsAutoSize As Boolean
Get
Set
public:
property bool IsAutoSize {
bool get ();
void set (bool value);
}
member IsAutoSize : bool with get, set
Property Value
Type:
BooleanTrue if auto size, false - if not.
See Also