IMSL C# Numerical Library

AbstractChartNode.Transform Property

Specifies whether the axis is linear, logarithmic or a custom transform.

public virtual int Transform {get; set;}

Property Value

An int that contains the "Transform" attribute value.

Remarks

Legal values are TRANSFORM_LINEAR (the default), TRANSFORM_LOG and TRANSFORM_CUSTOM.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace