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.Gdi
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 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 independent variable.
Public propertyYAxis Gets the axis of the dependent variable.
Top
Methods
 NameDescription
Public methodGetLogical3D(AltaxoVariant, AltaxoVariant) 
Public methodGetLogical3D(I3DPhysicalVariantAccessor, Int32) 
Public methodUpdateCSPlaneID Updates the logical value of a plane id in case it uses a physical value.
Top
See Also