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.3179.0 (4.8.3179.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 
Public propertyIs3D Returns true when this is a 3D area, i.e. it utilizes 3 Scales and a 3D Coordinate system.
Public propertyScales 
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) 
Public methodGetLogical3D(AltaxoVariant, AltaxoVariant, AltaxoVariant) 
Public methodUpdateCSPlaneID Updates the logical value of a plane id in case it uses a physical value.
Top
See Also