Click or drag to resize

GraphAxisTick Class

Settings for axis ticks and labels.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginGraphAxisTick

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

The GraphAxisTick type exposes the following members.

Constructors
 NameDescription
Public methodGraphAxisTickInitializes a new instance of the GraphAxisTick class
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 fieldColorColor index used for tick labels.
Public fieldColumnNameName of the column used for tick values (if any).
Public fieldDataNameName of the data set used for ticks (if any).
Public fieldDecimalPlacesDecimal places used when formatting tick values.
Public fieldFontBoldWhether tick label font is bold.
Public fieldFontSizeFont size used for tick labels.
Public fieldRotationRotation applied to tick labels.
Public fieldShowMajorLabelsWhether major labels are shown for ticks.
Public fieldValueTypeLogical value type used by tick labels (numeric, date, etc.).
Public fieldValueTypeSpecificationFormatting specification for tick label values.
Top
See Also