Class IgbFinalValueLayer
Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor.
Inheritance
System.Object
IgbFinalValueLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbFinalValueLayer : IgbAnnotationLayer, JsonSerializable
Constructors
IgbFinalValueLayer()
Declaration
public IgbFinalValueLayer()
Properties
AxisAnnotationBackground
Gets or sets the color to use for the axis annotation backing. Leave unset for an automatic value.
Declaration
public string AxisAnnotationBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
AxisAnnotationBackgroundCornerRadius
Gets or sets the corner radius to use for the axis annotation backing. Leave unset for an automatic value.
Declaration
public double AxisAnnotationBackgroundCornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisAnnotationInterpolatedValuePrecision
Gets or sets the precision to use displaying values for interpolated crosshair positions.
Declaration
public int AxisAnnotationInterpolatedValuePrecision { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AxisAnnotationOutline
Gets or sets the color to use for the axis annotation outline. Leave unset for an automatic value.
Declaration
public string AxisAnnotationOutline { get; set; }
Property Value
Type |
Description |
System.String |
|
AxisAnnotationPaddingBottom
Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
Declaration
public double AxisAnnotationPaddingBottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisAnnotationPaddingLeft
Gets or sets the left padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
Declaration
public double AxisAnnotationPaddingLeft { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisAnnotationPaddingRight
Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
Declaration
public double AxisAnnotationPaddingRight { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisAnnotationPaddingTop
Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.
Declaration
public double AxisAnnotationPaddingTop { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisAnnotationStrokeThickness
Gets or sets the stroke thickness for the axis annotation backing. Leave unset for an automatic value.
Declaration
public double AxisAnnotationStrokeThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisAnnotationTextColor
Gets or sets the color to use for the axis annotation text. Leave unset for an automatic value.
Declaration
public string AxisAnnotationTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
FinalValueSelectionMode
Gets or sets how to select the final value to annotate.
Declaration
public FinalValueSelectionMode FinalValueSelectionMode { get; set; }
Property Value
TargetSeries
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
TargetSeriesName
Gets or sets the name of the 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 |
|
TargetSeriesScript
Provides a means of setting TargetSeries in the JavaScript environment.
Declaration
public string TargetSeriesScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
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
Implements
System.IDisposable