Show / Hide Table of Contents

Class IgbLinearGraphRange

Represents a range in the IgbBulletGraph and IgbLinearGauge controls.

Inheritance
System.Object
BaseRendererElement
IgbLinearGraphRange
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbLinearGraphRange : BaseRendererElement, JsonSerializable, IDisposable

Constructors

IgbLinearGraphRange()

Declaration
public IgbLinearGraphRange()

Properties

Brush

Gets or sets the brush to use to fill the range.

Declaration
public string Brush { get; set; }
Property Value
Type Description
System.String

EndValue

Gets or sets the value at which the range ends along the scale.

Declaration
public double EndValue { get; set; }
Property Value
Type Description
System.Double

InnerEndExtent

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

Declaration
public double InnerEndExtent { get; set; }
Property Value
Type Description
System.Double

InnerStartExtent

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

Declaration
public double InnerStartExtent { get; set; }
Property Value
Type Description
System.Double

LinearGraphParent

Declaration
protected BaseRendererControl LinearGraphParent { get; set; }
Property Value
Type Description
BaseRendererControl

OuterEndExtent

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

Declaration
public double OuterEndExtent { get; set; }
Property Value
Type Description
System.Double

OuterStartExtent

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

Declaration
public double OuterStartExtent { get; set; }
Property Value
Type Description
System.Double

Outline

Gets or sets the outline to use when rendering the range.

Declaration
public string Outline { get; set; }
Property Value
Type Description
System.String

StartValue

Gets or sets the value at which the range starts along the scale.

Declaration
public double StartValue { get; set; }
Property Value
Type Description
System.Double

StrokeThickness

Gets or sets the stroke thickness to use when rendering this range's outline.

Declaration
public double StrokeThickness { get; set; }
Property Value
Type Description
System.Double

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

Methods

Dispose()

Declaration
public void Dispose()

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererElement.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable