Click or drag to resize

Altaxo.Graph.Scales.Ticks Namespace

Contains tick-spacing models, snapping rules, and additional tick helpers.
Classes
 ClassDescription
Public classAdditionalTicks Stores additional tick values for a scale.
Public classAngularDegreeTickSpacing Represents angular tick spacing using degree values.
Public classAngularRadianTickSpacing Represents angular tick spacing using radian values.
Public classAngularTickSpacing Provides the abstract base class for angular tick-spacing implementations.
Public classCumulativeProbabilityTickSpacing Tick settings for a Probability scale.
Public classDateTimeTickSpacing Represents tick-spacing settings for date-time scales.
Public classInverseTickSpacing Tick settings for an inverse scale.
Public classLinearTickSpacing Tick settings for a linear scale.
Public classLog10TickSpacing Represents the Log10TickSpacing.
Public classNoTickSpacing Represents a tick-spacing implementation that returns no ticks at all.
Public classNumericTickSpacing Provides the abstract base class for numeric tick-spacing implementations.
Public classSpanTickSpacing Represents tick spacing that shows the span between origin and end.
Public classSuppressedTicks Stores tick values or tick indices that should be suppressed.
Public classTextTickSpacing Represents tick-spacing settings for text scales.
Public classTickSpacing Base class responsible for the spacing of ticks (major and minor) along a scale.
Structures
 StructureDescription
Public structureDateTimeTickSpacingTimeSpanEx Represents an extended time span that can also encode whole months and years.
Enumerations
 EnumerationDescription
Public enumerationBoundaryTickSnapping Specifies how axis boundaries are snapped to tick positions.
Public enumerationDateTimeTickSpacingTimeSpanExUnit Defines the units supported by DateTimeTickSpacingTimeSpanEx.