AxisRoundBase Class |
Namespace: Arction.WinForms.Charting.Axes
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.
| |
| 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.) | |
| 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.
|
| Name | Description | |
|---|---|---|
| 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.
(Overrides UserInteractiveObjectIsPositionOver(Int32, Int32, Boolean).) | |
| 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.
(Overrides UserInteractiveObjectSetProperCursor.) | |
| ToString |
Item to string.
(Inherited from HighlightingItemBase.) | |
| ValueToCoord |
Converts given point to screen coordinates.
|
| Name | Description | |
|---|---|---|
| AmplitudeAxisAngleChanged |
Event that reports that the amplitude axis angle has changed.
| |
| AngularAxisAngleChanged |
Event that reports that the angular axis angle has changed.
| |
| 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.) | |
| SupplyCustomAngleString |
Event to format angle as a custom string.
|
| Name | Description | |
|---|---|---|
| Tag |
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.) |