Converts a zoom factor to the corresponding slider value.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int SliderValue(
	double zoomFactor
)
Visual Basic
Public Function SliderValue ( _
	zoomFactor As Double _
) As Integer

Parameters

zoomFactor
Type: System..::..Double
The zoom factor to convert (1 means no zoom).

Return Value

The slider value.

See Also