AxisDescriptor Class Members
The following tables list the members exposed by AxisDescriptor.
Public Constructors
Name | Description | |
---|---|---|
![]() | AxisDescriptor Constructor | Initializes a new instance of the AxisDescriptor class. |
Public Properties
Name | Description | |
---|---|---|
![]() | AxisSize | Gets or sets the axis title text font size |
![]() | AxisTitle | Gets or sets the axis title text |
![]() | BackgroundColor | Gets or sets the color of the background of the axis plane |
![]() | BandColor | Gets or sets the Color for Major Bands |
![]() | BorderColor | Gets or sets a Color of the border |
![]() | BorderThickness | Gets or sets a thickness of the plane. |
![]() | DrawBands | Gets or sets whether to draw Bands between Major Grid Lines |
![]() | DrawLabels | Gets or sets whether to draw Labels |
![]() | DrawMajorGridLines | Gets or sets whether to draw Major Grid Lines |
![]() | DrawMajorTicks | Gets or sets whether to draw Major Tick Lines |
![]() | DrawMinorGridLines | Gets or sets whether to draw Minor Grid Lines |
![]() | DrawMinorTicks | Gets or sets whether to draw Minor Grid Lines |
![]() | ExponentialTickLabels | Gets or sets the tick labels to draw at each major coordinate |
![]() | IsLabelCullingEnabled | Gets or sets a value indicating whether Label Culling is enabled (when labels overlap). |
![]() | IsVisible | Gets or sets whether The axis is visible |
![]() | LabelDepthTestEnabled | Gets or sets if labels text is ignoring depth or not |
![]() | LabelStyle | Gets or sets the style to apply to axis labels |
![]() | MajorCoordinates | Gets or sets the world-coordinates for major gridlines and labels |
![]() | MajorLineStyle | Gets or sets the style to apply to major grid lines |
![]() | MajorTickStyle | Gets or sets the style to apply to major tick lines |
![]() | MinorCoordinates | Gets or sets the world-coordinates for minor gridlines and labels |
![]() | MinorLineStyle | Gets or sets the style to apply to minor grid lines |
![]() | MinorTickStyle | Gets or sets the style to apply to minor tick lines |
![]() | SmoothLabelOverlapAvoidance | Gets or sets value determining whether Label Overlap Avoidance Algorithm works smoothly, avoiding flickering effect while the 3D Camera changes its position. |
![]() | TickLabelOrientation | Gets or sets rotation mode of the axis label |
![]() | TickLabels | Gets or sets the tick labels to draw at each major coordinate |
![]() | TickLabelsOffset | Gets or sets tick labels offset from the axis plane |
![]() | TitleOffset | Gets or sets title text offset from the axis plane |
![]() | TitleOrientation | Gets or sets rotation mode of the axis title |
![]() | TitleStyle | Gets or sets the style to apply to title text |
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Determines whether the specified object is equal to the current object. |
![]() | GetHashCode | Serves as the default hash function. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also