Namespace LightningChartLib.WinForms.Charting.Axes
Classes
- AngleChangedEventArgs
Delivers information of rendered angle.
- Axis3DBase
3D axis base class.
- AxisBase
Base class for X- and Y-axes.
- AxisDragNib
Axis drag nib represents a dragging area on the end of X or Y axis. The range of axis is modified by dragging the nib.
- AxisDragNib3D
Axis drag nib represents a dragging area on the both ends of axis. The range of axis is modified by dragging the nib.
- AxisPolar
Polar axis (angle) class.
- AxisPolarBase
Base class for polar axes.
- AxisRoundBase
Base class for round axes.
- AxisSmith
Smith axis class.
- AxisSmithBase
Base class for smith axes.
- AxisTickStyle
Axis tick style class.
- AxisTickStyleRound
Axis tick style class for round views.
- AxisX
X axis class
- AxisX3D
3D X-axis.
- AxisXYBase
XY view axis base class.
- AxisY
Y-axis class.
- AxisY3D
3D Y-axis.
- AxisZ3D
3D Z-axis.
- CustomAxisTick
Custom axis tick.
- FormatValueLabelEventArgs
Represents a class that provides arguments for the FormatValueLabel event.
- RangeChangedBaseEventArgs
Represents a base class for RangeChanged event argument classes.
- RangeChangedEventArgs
Represents a class that provides arguments for the RangeChanged event.
- RangeChangedPolarEventArgs
Represents a class that provides arguments for the RangeChanged event.
- RangeChangedSmithEventArgs
Represents a class that provides arguments for the RangeChanged event.
- ScaleBreak
Exclude range for excluding defined values from axis values. Also contains Gap, which tells in DIPs, how large the range will be on window. The gap can be rendered by diagonal line or fill or just remain empty.
- SupplyCustomAmplitudeStringEventArgs
Represents a class that provides arguments for the SupplyCustomAmplitudeString event.
- SupplyCustomAngleStringEventArgs
Represents a class that provides arguments for the SupplyCustomAngleString event.
- SupplyCustomImgStringEventArgs
Imaginary value event arguments class.
- SupplyCustomRealStringEventArgs
Axis value event arguments class.
Delegates
- AxisBase.FormatValueLabelEventHandler
The delegate to use for handlers that receive the FormatValueLabel event.
- AxisBase.RangeChangedEventHandler
The delegate to use for handlers that receive the RangeChanged event.
- AxisPolarBase.RangeChangedEventHandler
The delegate to use for handlers that receive the RangeChanged event.
- AxisPolarBase.SupplyCustomAmplitudeStringEventHandler
The delegate to use for handlers that receive the SupplyCustomAmplitudeString event.
- AxisRoundBase.AngleChangedEventHandler
The delegate to use for handlers that receive the AmplitudeAxisAngleChanged event.
- AxisRoundBase.SupplyCustomAngleStringEventHandler
The delegate to use for handlers that receive the SupplyCustomAngleString event.
- AxisSmithBase.RangeChangedEventHandler
The delegate to use for handlers that receive the RangeChanged event.
- AxisSmithBase.SupplyCustomImgStringEventHandler
The delegate to use for handlers that receive the SupplyCustomImgString event.
- AxisSmithBase.SupplyCustomRealStringEventHandler
The delegate to use for handlers that receive the SupplyCustomRealString event.