Click or drag to resize

IGraphViewSetHorizontalScrollbarParameter Method

Sets the horizontal scrollbar parameter.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetHorizontalScrollbarParameter(
	bool isEnabled,
	double value,
	double maximum,
	double portSize,
	double largeIncrement,
	double smallIncrement
)

Parameters

isEnabled  Boolean
If set to true, the scrollbar is enabled.
value  Double
The scroll value.
maximum  Double
The maximum value of the scroll bar.
portSize  Double
Size of the scrollbars view port (length of the thumb).
largeIncrement  Double
The large increment value.
smallIncrement  Double
The small increment value.
See Also