AxisSmithBase Properties |
The AxisSmithBase 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.
| |
| 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.) | |
| ClipGridInsideGraph |
Defines if the gridline is visible outside the chart circle.
| |
| GridAngular |
Angular grid options.
(Inherited from AxisRoundBase.) | |
| GridDivCount |
Number of gridlines in the view.
Used only if GridType is GridTypeSmith.DivCount
| |
| GridDivSpacing |
Approximate distance between gridlines in pixels.
Used only if GridType is GridTypeSmith.Distance.
| |
| GridImg |
Gridline options for the real-part grid.
| |
| GridReal |
Gridline options for the real-part grid.
| |
| 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.
| |
| 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.) | |
| 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.
| |
| ReferenceValue |
Reference value (maximum) of the real Axis.
| |
| ScaleNibs |
Scale nib appearance.
(Inherited from AxisRoundBase.) | |
| ShowAbsoluteValues |
Determines if the axis shows absolute or normalized values.
| |
| 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.) |