Class IgbDataAnnotationInfo
Represents data annotation
Inheritance
System.Object
IgbDataAnnotationInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationInfo : BaseRendererElement, JsonSerializable
Constructors
IgbDataAnnotationInfo()
Declaration
public IgbDataAnnotationInfo()
Properties
Background
Declaration
public string Background { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BorderRadius
Declaration
public double BorderRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BorderThickness
Declaration
public double BorderThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DataIndex
Declaration
public double DataIndex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DataLabelX
Declaration
public string DataLabelX { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DataLabelY
Declaration
public string DataLabelY { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DataValueX
Declaration
public double DataValueX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DataValueY
Declaration
public double DataValueY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IsCenterLabel
Declaration
public bool IsCenterLabel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsEndLabel
Declaration
public bool IsEndLabel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsStartLabel
Declaration
public bool IsStartLabel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsXAxisBadgeEnabled
Sets whether the x axis badge is enabled or not.
Declaration
public bool IsXAxisBadgeEnabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsYAxisBadgeEnabled
Sets whether the y axis badge is enabled or not.
Declaration
public bool IsYAxisBadgeEnabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TextColor
Declaration
public string TextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
XAxisBadgeBackground
Sets the x axis badge background color.
Declaration
public string XAxisBadgeBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
XAxisBadgeImagePath
Sets the path to an image to use in the x axis badge.
Declaration
public string XAxisBadgeImagePath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
XAxisBadgeMargin
Sets the margin between the x axis badge and annotation text.
Declaration
public double XAxisBadgeMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XAxisBadgeOutline
Sets the x axis badge border color.
Declaration
public string XAxisBadgeOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
XAxisBadgeOutlineThickness
Sets the x axis badge border thickness.
Declaration
public double XAxisBadgeOutlineThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XAxisBadgeRadius
Sets the x axis badge border radius.
Declaration
public double XAxisBadgeRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XAxisBadgeSize
Sets the size of the x axis badge.
Declaration
public double XAxisBadgeSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XAxisLabel
Declaration
public string XAxisLabel { get; set; }
Property Value
| Type |
Description |
| System.String |
|
XAxisPixel
Declaration
public double XAxisPixel { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XAxisUserAnnotation
Sets whether the x axis badge is enabled or not.
Declaration
public IgbUserBaseAnnotation XAxisUserAnnotation { get; set; }
Property Value
XAxisValue
Declaration
public double XAxisValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
XAxisWindow
Declaration
public double XAxisWindow { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisBadgeBackground
Sets the y axis badge background color.
Declaration
public string YAxisBadgeBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
YAxisBadgeImagePath
Sets the path to an image to use in the y axis badge.
Declaration
public string YAxisBadgeImagePath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
YAxisBadgeMargin
Sets the margin between the y axis badge and annotation text.
Declaration
public double YAxisBadgeMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisBadgeOutline
Sets the y axis badge border color.
Declaration
public string YAxisBadgeOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
YAxisBadgeOutlineThickness
Sets the y axis badge border thickness.
Declaration
public double YAxisBadgeOutlineThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisBadgeRadius
Sets the y axis badge border radius.
Declaration
public double YAxisBadgeRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisBadgeSize
Sets the size of the y axis badge.
Declaration
public double YAxisBadgeSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisLabel
Declaration
public string YAxisLabel { get; set; }
Property Value
| Type |
Description |
| System.String |
|
YAxisPixel
Declaration
public double YAxisPixel { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisUserAnnotation
Sets whether the y axis badge is enabled or not.
Declaration
public IgbUserBaseAnnotation YAxisUserAnnotation { get; set; }
Property Value
YAxisValue
Declaration
public double YAxisValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YAxisWindow
Declaration
public double YAxisWindow { 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