set_LargeTickFrequency Method
In This Topic
Sets a step, in units of measure, for large ticks.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_LargeTickFrequency(value);
function set_LargeTickFrequency(
: number
) : any;
Parameters
- value
- Possible values from 0.1 to 1.0. Default value is 1.0.
Browser Compatibility
See Also