Class IgbAxisMouseEventArgs
Inheritance
System.Object
IgbAxisMouseEventArgs
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbAxisMouseEventArgs : BaseRendererElement, JsonSerializable
Constructors
IgbAxisMouseEventArgs()
Declaration
public IgbAxisMouseEventArgs()
Properties
Axis
Declaration
public IgbAxis Axis { get; set; }
Property Value
AxisDateValue
Declaration
public DateTime AxisDateValue { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
AxisScript
Provides a means of setting Axis in the JavaScript environment.
Declaration
public string AxisScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AxisValue
Declaration
public double AxisValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ChartPosition
Declaration
public Point ChartPosition { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LabelContext
Declaration
public object LabelContext { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
LabelContextScript
Provides a means of setting LabelContext in the JavaScript environment.
Declaration
public string LabelContextScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PlotAreaPosition
Declaration
public Point PlotAreaPosition { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
WorldPosition
Declaration
public Point WorldPosition { get; set; }
Property Value
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements