ChartClientSettingsXScrollOffset Property |
Gets or sets a value indicating the AxisX 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 XScrollOffset { get; set; }
Public Property XScrollOffset As Single
Get
Set
public:
property float XScrollOffset {
float get ();
void set (float value);
}
member XScrollOffset : float32 with get, set
Property Value
Type:
Single
XScrollOffset accepts values between 0 and 1.
See Also