Represents an axis annotation
InheritanceSystem.Object
IgbAxisAnnotation
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbAxisAnnotation : BaseRendererElement, JsonSerializable, IDisposable
Constructors IgbAxisAnnotation() Declaration
public IgbAxisAnnotation()
Properties ActualLabelFormatSpecifiers Declaration
public IgbFormatSpecifierCollection ActualLabelFormatSpecifiers { get; }
Property Value AxisParent Declaration
protected BaseRendererElement AxisParent { get; set; }
Property Value Background
Gets or sets the background to use for tha axis annotation box.
Declarationpublic string Background { get; set; }
Property Value Type Description System.String BackgroundCornerRadius
Gets or sets the corner radius to use for the axis annotation borders.
Declarationpublic double BackgroundCornerRadius { get; set; }
Property Value Type Description System.Double BackgroundPaddingBottom
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.
Declarationpublic double BackgroundPaddingBottom { get; set; }
Property Value Type Description System.Double BackgroundPaddingLeft
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.
Declarationpublic double BackgroundPaddingLeft { get; set; }
Property Value Type Description System.Double BackgroundPaddingRight
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.
Declarationpublic double BackgroundPaddingRight { get; set; }
Property Value Type Description System.Double BackgroundPaddingTop
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.
Declarationpublic double BackgroundPaddingTop { get; set; }
Property Value Type Description System.Double ContentLabelFormatSpecifiers Declaration
public IgbFormatSpecifierCollection ContentLabelFormatSpecifiers { get; }
Property Value FormatLabelScript Declaration
public string FormatLabelScript { get; set; }
Property Value Type Description System.String LabelFormat
Gets or sets the label format string to use for the label.
Declarationpublic string LabelFormat { get; set; }
Property Value Type Description System.String LabelFormatSpecifiers
Gets or sets the format specifiers to use with the LabelFormat string.
Declarationpublic IgbFormatSpecifierCollection LabelFormatSpecifiers { get; set; }
Property Value Outline
Gets or sets the Outline to use for tha axis annotation box.
Declarationpublic string Outline { get; set; }
Property Value Type Description System.String ParentTypeName Declaration
protected override string ParentTypeName { get; }
Property Value Type Description System.String Overrides StrokeThickness
Gets or sets the border stroke thickness to use for tha axis annotation box.
Declarationpublic double StrokeThickness { get; set; }
Property Value Type Description System.Double Text
Gets or sets the text that should be displayed for the annotation. Leave null to display the value automatically.
Declarationpublic string Text { get; set; }
Property Value Type Description System.String TextColor
Gets or sets the color to use for the text in the annotation.
Declarationpublic string TextColor { get; set; }
Property Value Type Description System.String Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides Value
Gets or sets the value at which this annotation is displayed on the axis.
Declarationpublic object Value { get; set; }
Property Value Type Description System.Object ValueScript
Provides a means of setting Value in the JavaScript environment.
Declarationpublic string ValueScript { get; set; }
Property Value Type Description System.String Methods Dispose() Declaration FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides OnInitializedAsync() Declaration
protected override Task OnInitializedAsync()
Returns Type Description System.Threading.Tasks.Task ResetCachedExtent() Declaration
public void ResetCachedExtent()
ResetCachedExtentAsync() Declaration
public Task ResetCachedExtentAsync()
Returns Type Description System.Threading.Tasks.Task ResolveLabelValue() Declaration
public string ResolveLabelValue()
Returns Type Description System.String ResolveLabelValueAsync() Declaration
public Task<string> ResolveLabelValueAsync()
Returns Type Description System.Threading.Tasks.Task<System.String> 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