Class IgbCategoryToolTipLayer
Represents an annotation layer that displays grouped tooltips for series that use a category axis.
Inheritance
System.Object
IgbCategoryToolTipLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbCategoryToolTipLayer : IgbAnnotationLayer, JsonSerializable, IDisposable
Constructors
Declaration
public IgbCategoryToolTipLayer()
Properties
Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
Declaration
public IgbAxis TargetAxis { get; set; }
Property Value
Gets or sets the name to use to resolve targetAxis from markup.
Declaration
public string TargetAxisName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Provides a means of setting TargetAxis in the JavaScript environment.
Declaration
public string TargetAxisScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the background of the tooltip containers.
Declaration
public string ToolTipBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the border color of the tooltip containers.
Declaration
public string ToolTipBorderBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the border thickness of the tooltip containers.
Declaration
public double ToolTipBorderThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Gets or sets the Position to apply to the tooltip containers.
Declaration
public CategoryTooltipLayerPosition ToolTipPosition { get; set; }
Property Value
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Gets or sets whether to use value interpolation when drawing the tooltips.
Declaration
public bool UseInterpolation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Declaration
protected override void BindAxes(IgbAxis[] Axes)
Parameters
| Type |
Name |
Description |
| IgbAxis[] |
Axes |
|
Overrides
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
Implements
System.IDisposable