Class IgbUserAnnotationToolTipLayer
Represents an annotation layer that displays tooltips for all target series individually.
Inheritance
System.Object
IgbUserAnnotationToolTipLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbUserAnnotationToolTipLayer : IgbAnnotationLayer, JsonSerializable, IDisposable
Constructors
Declaration
public IgbUserAnnotationToolTipLayer()
Properties
ContentUpdating
Declaration
public Action<IgbUserAnnotationToolTipContentUpdatingEventArgs> ContentUpdating { get; set; }
Property Value
ContentUpdatingScript
Declaration
public string ContentUpdatingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets whether to skip past unknown values when searching for series values.
Declaration
public bool SkipUnknownValues { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously.
Declaration
public IgbSeries TargetSeries { get; set; }
Property Value
Gets or sets the name of the series series to target this annotation to. If null, this annotation targets all series simultaneously.
Declaration
public string TargetSeriesName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Provides a means of setting TargetSeries in the JavaScript environment.
Declaration
public string TargetSeriesScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
public override void HideToolTips()
Overrides
Hides any tooltips presented by the layer, if any.
Declaration
public override Task HideToolTipsAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Declaration
public override void HideToolTipsImmediate()
Overrides
Hides any tooltips presented by the layer, if any.
Declaration
public override Task HideToolTipsImmediateAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Implements
System.IDisposable