AxisSmith Class |
Namespace: Arction.WinForms.Charting.Axes
The AxisSmith type exposes the following members.
| Name | Description | |
|---|---|---|
| AxisSmith |
Constructor for properties editor.
| |
| AxisSmith(ViewSmithBase) |
Constructor.
|
| 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.) | |
| ClipGridInsideGraph |
Defines if the gridline is visible outside the chart circle.
(Inherited from AxisSmithBase.) | |
| 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.) | |
| 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.) |
| Name | Description | |
|---|---|---|
| AbsToNorm |
Converts absolute smith view value to normed value.
Normed value 1 is at the center of the chart.
Normed value 1 matches the given absolute reference value.
(Inherited from AxisSmithBase.) | |
| CoordToValue(PointFloat, Boolean) |
Converts Screen Coordinates to absolute Real/Imaginary value pair.
(Inherited from AxisSmithBase.) | |
| CoordToValue(Single, Single, Double, Double, Boolean) |
Screen Coordinate to absolute RealValue,Imaginary value pair.
(Inherited from AxisSmithBase.) | |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsHighlighted |
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.) | |
| IsPositionOver |
Check if mouse is over item.
(Inherited from AxisRoundBase.) | |
| NormToAbs |
Converts normed smith view value to absolute value.
Normed value 1 matches the given absolute reference value.
(Inherited from AxisSmithBase.) | |
| RemoveHighlight |
Removes forced highlighting.
(Inherited from HighlightingItemBase.) | |
| SetHighlight |
Highlights the object.
(Inherited from HighlightingItemBase.)This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set. | |
| SetProperCursor |
Set proper cursor.
(Inherited from AxisRoundBase.) | |
| ToString |
Item to string.
(Inherited from AxisSmithBase.) | |
| ValueToCoord(IPointRound, Boolean) |
Converts given smith value to screen coordinates.
(Inherited from AxisSmithBase.) | |
| ValueToCoord(PointSmith, Boolean) |
Converts smith value to screen coordinates.
(Inherited from AxisSmithBase.) | |
| ValueToCoord(Double, Double, Single, Single, Boolean) |
Converts smith value to screen coordinates.
(Inherited from AxisSmithBase.) | |
| ValueToUCValue |
Value to Unit Circle (UC) value.
(Inherited from AxisSmithBase.) |
| Name | Description | |
|---|---|---|
| AmplitudeAxisAngleChanged |
Event that reports that the amplitude axis angle has changed.
(Inherited from AxisRoundBase.) | |
| AngularAxisAngleChanged |
Event that reports that the angular axis angle has changed.
(Inherited from AxisRoundBase.) | |
| HighlightedStateChanged |
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.) | |
| MouseClick |
Mouse button has been clicked.
(Inherited from UserInteractiveObject.) | |
| MouseDoubleClick |
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.) | |
| MouseDown |
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.) | |
| MouseOverOff |
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.) | |
| MouseOverOn |
Mouse has been moved over object.
(Inherited from UserInteractiveObject.) | |
| MouseUp |
Mouse button has been released.
(Inherited from UserInteractiveObject.) | |
| RangeChanged |
Range has changed (Minimum or Maximum value).
(Inherited from AxisSmithBase.) | |
| SupplyCustomAngleString |
Event to format angle as a custom string.
(Inherited from AxisRoundBase.) | |
| SupplyCustomImgString |
Event to format imaginary value as a custom string.
(Inherited from AxisSmithBase.) | |
| SupplyCustomRealString |
Event to format real value as a custom string.
(Inherited from AxisSmithBase.) |
| Name | Description | |
|---|---|---|
| Tag |
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.) |