ChartClientSettingsYScrollOffset Property |
Gets or sets a value indicating the AxisY scroll offset ratio.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic float YScrollOffset { get; set; }
Public Property YScrollOffset As Single
Get
Set
public:
property float YScrollOffset {
float get ();
void set (float value);
}
member YScrollOffset : float32 with get, set
Property Value
Type:
Single
YScrollOffset accepts values between 0 and 1.
See Also