Click or drag to resize

IPlotArea Interface

Interface used for all plot items and styles to get information for plotting their data.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IPlotArea

The IPlotArea type exposes the following members.

Properties
 NameDescription
Public propertyAxisStyleIDs Returns a list of the used axis style ids for this layer.
Public propertyClipDataToFrame Determines whether plot data are clipped to the frame boundaries or not.
Public propertyCoordinateSystem Gets the coordinate system used by the plot area.
Public propertyIs3D Returns true when this is a 3D area, i.e. it utilizes 3 Scales and a 3D Coordinate system.
Public propertyScales Gets the collection of scales used by the plot area.
Public propertySize Returns the size of the rectangular layer area.
Public propertyXAxis Gets the axis of the first independent variable.
Public propertyYAxis Gets the axis of the second independent variable.
Public propertyZAxis Gets the axis of the dependent variable.
Top
Methods
 NameDescription
Public methodGetLogical3D(I3DPhysicalVariantAccessor, Int32) Converts a physical data accessor value into logical three-dimensional coordinates.
Public methodGetLogical3D(AltaxoVariant, AltaxoVariant, AltaxoVariant) Converts physical values into logical three-dimensional coordinates.
Public methodUpdateCSPlaneID Updates the logical value of a plane id in case it uses a physical value.
Top
See Also