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.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 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 independent variable.
Public propertyYAxis Gets the axis of the dependent variable.
Top
Methods
 NameDescription
Public methodGetLogical3D(AltaxoVariant, AltaxoVariant) Gets the logical 3D position for the specified x and y values.
Public methodGetLogical3D(I3DPhysicalVariantAccessor, Int32) Gets the logical 3D position for the specified accessor and index.
Public methodUpdateCSPlaneID Updates the logical value of a plane id in case it uses a physical value.
Top
See Also