Class HorizontalAxis
Render the Horizontal ChartAxis
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class HorizontalAxis : ChartAxis, IDisposable
Constructors
HorizontalAxis(SfSmithChart)
Initializes a new instance of the HorizontalAxis class.
Declaration
public HorizontalAxis(SfSmithChart chart)
Parameters
Type | Name | Description |
---|---|---|
SfSmithChart | chart | instance of smith chart |
Implements
System.IDisposable