AxisRoundBase Properties |
The AxisRoundBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowScaling |
Axis min and max values adjust by user. Draws scale nibs in the ends of the axis.
| |
| AllowUserInteraction |
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.) | |
| AmplitudeAxisRenderedAngle |
Angle in degrees the amplitude axis line is drawn at.
| |
| AngularAxisAutoDivSpacing |
If false considers AngularAxisMajorDivCount, if true calculates number of grid lines on angular axis.
| |
| AngularAxisCircleVisible |
Angular axis circle visible.
| |
| AngularAxisMajorDivCount |
Specifies the number of major grid lines on angular axis if auto div spacing is set to false.
| |
| AngularAxisRenderedAngle |
Angle in degrees the angular axis circle is drawn at.
| |
| AngularLabelsVisible |
Angular label visible.
| |
| AngularUnitDisplay |
Displayed angular unit. Default is degrees.
| |
| AntiAliasing |
Anti-aliased draw.
Drawing anti-aliased draws the axis with smooth edges, but will increase CPU/GPU overhead.
| |
| AutoFormatLabels |
Automatically format labels.
| |
| AxisColor |
Axis line color.
| |
| AxisThickness |
Thickness of the axis line.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| GridAngular |
Angular grid options.
| |
| GridVisibilityOrder |
Defines if the grid should be drawn behind or top of series information and axes.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.) | |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| LabelsFont |
Labels font
| |
| LabelTicksGap |
Gap between labels and ticks in pixels.
| |
| MarginOuter |
Outer margin around this axis.
Distance from the outmost axis item to the edge of the background.
The item is either the axis line or label, depending on TickMarkLocation
property.
| |
| ScaleNibs |
Scale nib appearance.
| |
| TickMarkLocation |
Tick mark location.
| |
| Title |
Axis title.
| |
| Units |
Axis units.
| |
| Visible |
Defines if axis is visible or not.
|