A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbNumericRadiusAxis.html below:

Class IgbNumericRadiusAxis

Represents a IgbDataChart radius axis for polar and radial series.

Inheritance

System.Object

IgbNumericRadiusAxis

Implements

System.IDisposable

Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntax
public 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.

Declaration
public 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.

Declaration
public 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.

Declaration
public 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) Declaration
public 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.

Declaration
public 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> 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