Represents a IgbDataChart radius axis for polar and radial series.
InheritanceSystem.Object
IgbNumericRadiusAxis
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbNumericRadiusAxis : IgbNumericAxisBase, JsonSerializable, IDisposable
Constructors IgbNumericRadiusAxis() Declaration
public IgbNumericRadiusAxis()
Properties InnerRadiusExtentScale
Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0.
Declarationpublic double InnerRadiusExtentScale { get; set; }
Property Value Type Description System.Double RadiusExtentScale
Defines the percentage of the maximum radius extent to use as the maximum radius. Should be a value between 0.0 and 1.0.
Declarationpublic double RadiusExtentScale { 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 GetScaledValue(Double) Declaration
public double GetScaledValue(double unscaledValue)
Parameters Type Name Description System.Double unscaledValue Returns Type Description System.Double GetScaledValueAsync(Double)
Returns a world coordinates radius length (0 - 0.5) from a raw axis value.
Declarationpublic Task<double> GetScaledValueAsync(double unscaledValue)
Parameters Type Name Description System.Double unscaledValue
The raw axis value.
Returns Type Description System.Threading.Tasks.Task<System.Double> GetUnscaledValue(Double) Declarationpublic double GetUnscaledValue(double scaledValue)
Parameters Type Name Description System.Double scaledValue Returns Type Description System.Double GetUnscaledValueAsync(Double)
Returns a raw axis value from the world coordinates radius length provided.
Declarationpublic Task<double> GetUnscaledValueAsync(double scaledValue)
Parameters Type Name Description System.Double scaledValue
The scaled world coordinates radius length.
Returns Type Description System.Threading.Tasks.Task<System.Double> ImplementsSystem.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