ChartClientSettingsYScale Property |
Gets or sets a value indicating the diagram scale value by Y axis.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic float YScale { get; set; }
Public Property YScale As Single
Get
Set
public:
property float YScale {
float get ();
void set (float value);
}
member YScale : float32 with get, set
Property Value
Type:
Single
See Also