G3DCoordinateSystemIsAffine Property |
Returns true if the plot coordinates can be calculated as a linear transformation of the physical values. This means that all lines
will keep being lines.
Returns false if this is for instance a polar diagram.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract bool IsAffine { get; }
Property Value
BooleanSee Also