Class IgbUserAxisAnnotation
Represents an user annotation for rendering annotation of axis label
Inheritance
System.Object
IgbUserAxisAnnotation
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbUserAxisAnnotation : IgbUserBaseAnnotation, JsonSerializable
Constructors
IgbUserAxisAnnotation()
Declaration
public IgbUserAxisAnnotation()
Properties
TargetAxis
Gets or sets the target axis that will display the annotation.
Declaration
public IgbAxis TargetAxis { get; set; }
Property Value
TargetAxisMatcher
Gets or sets a matcher for matching an axis that will display the annotation.
Declaration
public IgbAxisMatcher TargetAxisMatcher { get; set; }
Property Value
TargetAxisName
Gets or sets the name to use to resolve targetAxis from markup.
Declaration
public string TargetAxisName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetAxisScript
Provides a means of setting TargetAxis in the JavaScript environment.
Declaration
public string TargetAxisScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Value
Gets or sets the value that determines location of annotation on axis.
Declaration
public double Value { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
BindAxes(IgbAxis[])
Declaration
protected override void BindAxes(IgbAxis[] Axes)
Parameters
| Type |
Name |
Description |
| IgbAxis[] |
Axes |
|
Overrides
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
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