Click or drag to resize

GraphAxis Class

Represents an axis with scaling, grid and tick configuration.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginGraphAxis

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class GraphAxis

The GraphAxis type exposes the following members.

Constructors
 NameDescription
Public methodGraphAxisInitializes a new instance of GraphAxis with default sub-objects.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldAnchorAnchor value for anchored axes.
Public fieldFormatAxisFormatting settings for the axis. Two elements expected.
Public fieldMajorGridMajor grid settings for the axis.
Public fieldMajorTicksNumber of major ticks.
Public fieldMaxMaximum value of the axis scale.
Public fieldMinMinimum value of the axis scale.
Public fieldMinorGridMinor grid settings for the axis.
Public fieldMinorTicksNumber of minor ticks.
Public fieldOppositeLineWhether the opposite axis line is drawn.
Public fieldPositionPosition of the axis (left, right, top, bottom, etc.).
Public fieldScaleScale type identifier.
Public fieldStepStep increment for the axis.
Public fieldTickAxisTick settings for the axis. Two elements expected.
Public fieldZeroLineWhether a zero baseline is drawn.
Top
See Also