Represents a IgbDataChart category angle axis. Useful for displaying radial categories.
InheritanceSystem.Object
IgbCategoryAngleAxis
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbCategoryAngleAxis : IgbCategoryAxisBase, JsonSerializable, IDisposable
Constructors IgbCategoryAngleAxis() Declaration
public IgbCategoryAngleAxis()
Properties ActualInterval
Gets the effective value for the current Interval.
Declarationpublic double ActualInterval { get; set; }
Property Value Type Description System.Double ActualIntervalChanged Declaration
public Action<double> ActualIntervalChanged { get; set; }
Property Value Type Description System.Action<System.Double> ActualIntervalChangedScript Declaration
public string ActualIntervalChangedScript { get; set; }
Property Value Type Description System.String ActualMinorInterval
Gets the effective value for the current MinorInterval.
Declarationpublic double ActualMinorInterval { get; set; }
Property Value Type Description System.Double Interval
Gets or sets the frequency of displayed labels.
Declarationpublic double Interval { get; set; }
Property Value Type Description System.Double LabelMode Declaration
public AxisAngleLabelMode LabelMode { get; set; }
Property Value MinorInterval
Gets or sets the frequency of displayed minor lines.
Declarationpublic double MinorInterval { get; set; }
Property Value Type Description System.Double StartAngleOffset
Indicates the angle in degress that the chart's 0th angle should be offset.
Declarationpublic double StartAngleOffset { get; set; }
Property Value Type Description System.Double Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides Methods EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides GetCurrentActualInterval() Declaration
public double GetCurrentActualInterval()
Returns Type Description System.Double GetCurrentActualIntervalAsync() Declaration
public Task<double> GetCurrentActualIntervalAsync()
Returns Type Description System.Threading.Tasks.Task<System.Double> GetScaledAngle(Double) Declaration
public virtual double GetScaledAngle(double unscaledAngle)
Parameters Type Name Description System.Double unscaledAngle Returns Type Description System.Double GetScaledAngleAsync(Double)
Gets the scaled angle in radians from the raw axis value.
Declarationpublic virtual Task<double> GetScaledAngleAsync(double unscaledAngle)
Parameters Type Name Description System.Double unscaledAngle
The raw axis value.
Returns Type Description System.Threading.Tasks.Task<System.Double> GetUnscaledAngle(Double) Declarationpublic virtual double GetUnscaledAngle(double scaledAngle)
Parameters Type Name Description System.Double scaledAngle Returns Type Description System.Double GetUnscaledAngleAsync(Double)
Gets the raw axis value from the scaled angle in radians.
Declarationpublic virtual Task<double> GetUnscaledAngleAsync(double scaledAngle)
Parameters Type Name Description System.Double scaledAngle Returns Type Description System.Threading.Tasks.Task<System.Double> Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4