Class IgbSeriesLayerPropertyOverlay
Represents an axis annotation
Inheritance
System.Object
IgbSeriesLayerPropertyOverlay
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSeriesLayerPropertyOverlay : BaseRendererElement, JsonSerializable
Constructors
IgbSeriesLayerPropertyOverlay()
Declaration
public IgbSeriesLayerPropertyOverlay()
Properties
CurrentValuePropertyName
Gets or sets the property from which to get the current value, if different from property name.
Declaration
public string CurrentValuePropertyName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsAlwaysApplied
Gets or sets whether this property overlay should be applied to the source or target even if the source property wasn't mutated.
Declaration
public bool IsAlwaysApplied { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsSourceOverlay
Gets or sets whether this property overlay targets the source series instead of the current layer while the layer is present.
Declaration
public bool IsSourceOverlay { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PropertyName
Gets or sets the property to overlay on the series or series layer.
Declaration
public string PropertyName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PropertyUpdated
Declaration
public EventCallback<IgbPropertyUpdatedEventArgs> PropertyUpdated { get; set; }
Property Value
PropertyUpdatedScript
Declaration
public string PropertyUpdatedScript { 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 to overlay on the series or series layer.
Declaration
public object Value { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ValueResolving
Declaration
public EventCallback<IgbSeriesLayerPropertyOverlayValueResolvingEventArgs> ValueResolving { get; set; }
Property Value
ValueResolvingScript
Declaration
public string ValueResolvingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ValueScript
Provides a means of setting Value in the JavaScript environment.
Declaration
public string ValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements