Class IgbDataAnnotationAxisLayer
Inheritance
System.Object
IgbDataAnnotationAxisLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationAxisLayer : IgbAnnotationLayer, JsonSerializable, IDisposable
Constructors
IgbDataAnnotationAxisLayer()
Declaration
public IgbDataAnnotationAxisLayer()
Properties
AnnotationBackground
Declaration
public string AnnotationBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBackgroundMatchLayer
Declaration
public bool AnnotationBackgroundMatchLayer { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AnnotationBackgroundMode
Declaration
public AnnotationAppearanceMode AnnotationBackgroundMode { get; set; }
Property Value
AnnotationBackgroundShift
Declaration
public double AnnotationBackgroundShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationBorderColor
Declaration
public string AnnotationBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationBorderMatchLayer
Declaration
public bool AnnotationBorderMatchLayer { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AnnotationBorderMode
Declaration
public AnnotationAppearanceMode AnnotationBorderMode { get; set; }
Property Value
AnnotationBorderRadius
Declaration
public double AnnotationBorderRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationBorderShift
Declaration
public double AnnotationBorderShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationBorderThickness
Declaration
public double AnnotationBorderThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationLabelDisplayMode
Declaration
public DataAnnotationDisplayMode AnnotationLabelDisplayMode { get; set; }
Property Value
AnnotationLabelVisible
Declaration
public bool AnnotationLabelVisible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AnnotationPaddingBottom
Declaration
public double AnnotationPaddingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationPaddingLeft
Declaration
public double AnnotationPaddingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationPaddingRight
Declaration
public double AnnotationPaddingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationPaddingTop
Declaration
public double AnnotationPaddingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationTextColor
Declaration
public string AnnotationTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AnnotationTextColorMatchLayer
Declaration
public bool AnnotationTextColorMatchLayer { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AnnotationTextColorMode
Declaration
public AnnotationAppearanceMode AnnotationTextColorMode { get; set; }
Property Value
AnnotationTextColorShift
Declaration
public double AnnotationTextColorShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AnnotationValueMaxPrecision
Declaration
public int AnnotationValueMaxPrecision { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
AnnotationValueMinPrecision
Declaration
public int AnnotationValueMinPrecision { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TargetAxis
Declaration
public IgbAxis TargetAxis { get; set; }
Property Value
TargetAxisScript
Declaration
public string TargetAxisScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetMode
Declaration
public DataAnnotationTargetMode TargetMode { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
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