Click or drag to resize

AxisCreationArguments Class

Supports the creation of a new axis by the axis creation dialog.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Graph.Graph3D.AxisAxisCreationArguments

Namespace: Altaxo.Gui.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AxisCreationArguments : ICloneable

The AxisCreationArguments type exposes the following members.

Constructors
 NameDescription
Public methodAxisCreationArgumentsInitializes a new instance of the AxisCreationArguments class
Top
Properties
 NameDescription
Public propertyAxisStyles 
Public propertyCurrentStyleGets or sets the current style. After successfully showing the dialog, this property contains the identifier of the axis that should be created.
Public propertyMoveAxisGets or sets a value indicating whether to move a axis style or to copy it..
Public propertyTemplateStyleBefore showing the axis creation dialog, this property should be set to the currently choosen axis style. At the end of the axis creation dialog, this contains the identifier of the axis that should be used as an template to copy the axis from.
Top
Methods
 NameDescription
Public methodStatic memberAddAxis 
Public methodClone 
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)
Public methodInitializeAxisInformationList 
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
See Also