IXuniAxis Protocol Reference

Declared in Axis.h

Overview

IXuniAxis protocol.

  actualDataMin required method

Gets the actual axis data minimum value.

@property (readonly) double actualDataMin

Discussion

Gets the actual axis data minimum value.

Declared In

Axis.h

  actualDataMax required method

Gets the actual axis data maximum value.

@property (readonly) double actualDataMax

Discussion

Gets the actual axis data maximum value.

Declared In

Axis.h

  actualMin required method

Gets the actual axis minimum value.

@property (readonly) double actualMin

Discussion

Gets the actual axis minimum value.

Declared In

Axis.h

  actualMax required method

Gets the actual axis maximum value.

@property (readonly) double actualMax

Discussion

Gets the actual axis maximum value.

Declared In

Axis.h

– convert: required method

Converts a value from data to pixel coordinates.

- (double)convert:(double)val

Parameters

val

Value in data coordinates.

Return Value

Value in pixel coordinates.

Discussion

Converts a value from data to pixel coordinates.

Declared In

Axis.h

– convert:specifiedMax: required method

Converts value from data to pixel coordinate by specified max value.

- (double)convert:(double)val specifiedMax:(double)specifiedMax

Parameters

val

Value in data coordinates.

specifiedMax

specified max value.

Return Value

the converted value from data to pixel coordinate.

Discussion

Converts value from data to pixel coordinate by specified max value.

Declared In

Axis.h

– convert:specifiedMax:specifiedMin: required method

Converts value from data to pixel coordinate by specified max & min values.

- (double)convert:(double)val specifiedMax:(double)specifiedMax specifiedMin:(double)specifiedMin

Parameters

val

Value in data coordinates.

specifiedMax

specified max value.

specifiedMin

specified min value.

Return Value

the converted value from data to pixel coordinate.

Discussion

Converts value from data to pixel coordinate by specified max & min values.

Declared In

Axis.h