Class IgbStraightNumericAxisBase
Defines a set of basic methods and properties used to create a StraightNumeric axis.
Inheritance
System.Object
IgbStraightNumericAxisBase
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbStraightNumericAxisBase : IgbNumericAxisBase, JsonSerializable, IDisposable
Constructors
IgbStraightNumericAxisBase()
Declaration
public IgbStraightNumericAxisBase()
Properties
ScaleMode
Gets or sets the axis scale mode.
Declaration
public NumericScaleMode ScaleMode { get; set; }
Property Value
| Type | Description |
|---|---|
| NumericScaleMode |
Type
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Implements
System.IDisposable