AxisSmith Properties |
The AxisSmith 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.
(Inherited from AxisRoundBase.) | |
| AllowUserInteraction |
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.) | |
| AmplitudeAxisRenderedAngle |
Angle in degrees the amplitude axis line is drawn at.
(Inherited from AxisRoundBase.) | |
| AngularAxisAutoDivSpacing |
If false considers AngularAxisMajorDivCount, if true calculates number of grid lines on angular axis.
(Inherited from AxisRoundBase.) | |
| AngularAxisCircleVisible |
Angular axis circle visible.
(Inherited from AxisRoundBase.) | |
| AngularAxisMajorDivCount |
Specifies the number of major grid lines on angular axis if auto div spacing is set to false.
(Inherited from AxisRoundBase.) | |
| AngularAxisRenderedAngle |
Angle in degrees the angular axis circle is drawn at.
(Inherited from AxisRoundBase.) | |
| AngularLabelsVisible |
Angular label visible.
(Inherited from AxisRoundBase.) | |
| AngularTickStyle |
Angular ticks style.
(Inherited from AxisSmithBase.) | |
| AngularUnitDisplay |
Displayed angular unit. Default is degrees.
(Inherited from AxisRoundBase.) | |
| AntiAliasing |
Anti-aliased draw.
Drawing anti-aliased draws the axis with smooth edges, but will increase CPU/GPU overhead.
(Inherited from AxisRoundBase.) | |
| AutoFormatLabels |
Automatically format labels.
(Inherited from AxisRoundBase.) | |
| AxisColor |
Axis line color.
(Inherited from AxisRoundBase.) | |
| AxisThickness |
Thickness of the axis line.
(Inherited from AxisRoundBase.) | |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| ClipGridInsideGraph |
Defines if the gridline is visible outside the chart circle.
(Inherited from AxisSmithBase.) | |
| 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.
(Inherited from AxisRoundBase.) | |
| GridDivCount |
Number of gridlines in the view.
Used only if GridType is GridTypeSmith.DivCount
(Inherited from AxisSmithBase.) | |
| GridDivSpacing |
Approximate distance between gridlines in pixels.
Used only if GridType is GridTypeSmith.Distance.
(Inherited from AxisSmithBase.) | |
| GridImg |
Gridline options for the real-part grid.
(Inherited from AxisSmithBase.) | |
| GridReal |
Gridline options for the real-part grid.
(Inherited from AxisSmithBase.) | |
| GridType |
Defines how the grid is defined.
If the value is Distance, GridDivSpacing property will affect the positioning and amount of gridlines.
Otherwise GridDivCount will be used in calculations.
(Inherited from AxisSmithBase.) | |
| GridVisibilityOrder |
Defines if the grid should be drawn behind or top of series information and axes.
(Inherited from AxisRoundBase.) | |
| 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
(Inherited from AxisRoundBase.) | |
| LabelTicksGap |
Gap between labels and ticks in pixels.
(Inherited from AxisRoundBase.) | |
| 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.
(Inherited from AxisRoundBase.) | |
| RealAxisLineVisible |
Show Real axis.
(Inherited from AxisSmithBase.) | |
| ReferenceValue |
Reference value (maximum) of the real Axis.
(Inherited from AxisSmithBase.) | |
| ScaleNibs |
Scale nib appearance.
(Inherited from AxisRoundBase.) | |
| ShowAbsoluteValues |
Determines if the axis shows absolute or normalized values.
(Inherited from AxisSmithBase.) | |
| TickMarkLocation |
Tick mark location.
(Inherited from AxisRoundBase.) | |
| Title |
Axis title.
(Inherited from AxisRoundBase.) | |
| Units |
Axis units.
(Inherited from AxisRoundBase.) | |
| Visible |
Defines if axis is visible or not.
(Inherited from AxisRoundBase.) |