Represents the base class for annotation layer types. Annotations will usually disable some of the default hover/touch behaviors of the chart when they are introduced to the series collection. In return they provide some valuable information as the cursor is moved by hovering over the chart, or performing a press-hold-drag interaction in touch mode.
InheritanceSystem.Object
IgbAnnotationLayer
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbAnnotationLayer : IgbSeries, JsonSerializable, IDisposable
Constructors IgbAnnotationLayer() Declaration
public IgbAnnotationLayer()
Properties ActualAppearanceMode Declaration
public AnnotationAppearanceMode ActualAppearanceMode { get; set; }
Property Value ActualDashArray Declaration
public double[] ActualDashArray { get; set; }
Property Value Type Description System.Double[] ActualDashCap Declaration
public PenLineCap ActualDashCap { get; set; }
Property Value ActualHorizontalAppearanceMode Declaration
public AnnotationAppearanceMode ActualHorizontalAppearanceMode { get; set; }
Property Value ActualHorizontalDashArray Declaration
public double[] ActualHorizontalDashArray { get; set; }
Property Value Type Description System.Double[] ActualHorizontalShiftAmount Declaration
public double ActualHorizontalShiftAmount { get; set; }
Property Value Type Description System.Double ActualShiftAmount Declaration
public double ActualShiftAmount { get; set; }
Property Value Type Description System.Double ActualVerticalAppearanceMode Declaration
public AnnotationAppearanceMode ActualVerticalAppearanceMode { get; set; }
Property Value ActualVerticalDashArray Declaration
public double[] ActualVerticalDashArray { get; set; }
Property Value Type Description System.Double[] ActualVerticalShiftAmount Declaration
public double ActualVerticalShiftAmount { get; set; }
Property Value Type Description System.Double AppearanceMode Declaration
public AnnotationAppearanceMode AppearanceMode { get; set; }
Property Value CursorPosition
Gets or sets the world position to use instead of the pointer position for this annotation layer. If you set this value, rather than responding to the pointer, this layer will be fixed on the provided world position. A world position has x and y values that range from 0 to 1 that represent the global position of the cursor relative to the entire ranges of the axes. The default of (NaN, NaN) means that the layer should react to pointer movement.
Declarationpublic Point CursorPosition { get; set; }
Property Value HorizontalAppearanceMode Declaration
public AnnotationAppearanceMode HorizontalAppearanceMode { get; set; }
Property Value HorizontalDashArray Declaration
public double[] HorizontalDashArray { get; set; }
Property Value Type Description System.Double[] HorizontalShiftAmount Declaration
public double HorizontalShiftAmount { get; set; }
Property Value Type Description System.Double IsDefaultCrosshairDisabled
Gets or sets whether the series viewer's default crosshair should be disabled by the presence of this layer.
Declarationpublic bool IsDefaultCrosshairDisabled { get; set; }
Property Value Type Description System.Boolean ShiftAmount Declaration
public double ShiftAmount { get; set; }
Property Value Type Description System.Double ShouldRenderAsOverlay
Gets or sets whether this layer renders as an overlay or not.
Declarationpublic bool ShouldRenderAsOverlay { get; set; }
Property Value Type Description System.Boolean Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UseIndex
Gets or sets whether this series should take up an index for auto brush coloring.
Declarationpublic bool UseIndex { get; set; }
Property Value Type Description System.Boolean UseLegend
Gets or sets whether this series interacts with the chart legend.
Declarationpublic bool UseLegend { get; set; }
Property Value Type Description System.Boolean VerticalAppearanceMode Declaration
public AnnotationAppearanceMode VerticalAppearanceMode { get; set; }
Property Value VerticalDashArray Declaration
public double[] VerticalDashArray { get; set; }
Property Value Type Description System.Double[] VerticalShiftAmount Declaration
public double VerticalShiftAmount { get; set; }
Property Value Type Description System.Double Methods FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4