Class IgbDataAnnotationShapeLayer
Inheritance
System.Object
IgbDataAnnotationShapeLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataAnnotationShapeLayer : IgbDataAnnotationAxisLayer, JsonSerializable, IDisposable
Constructors
IgbDataAnnotationShapeLayer()
Declaration
public IgbDataAnnotationShapeLayer()
Properties
AnnotationShapeVisible
Declaration
public bool AnnotationShapeVisible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsTargetingHorizontalAxis
Declaration
public bool IsTargetingHorizontalAxis { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ItemsUseWorldCoordinates
Declaration
public bool ItemsUseWorldCoordinates { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OverlayText
Declaration
public string OverlayText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextAngle
Declaration
public double OverlayTextAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextBackground
Declaration
public string OverlayTextBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextBackgroundMatchLayer
Declaration
public bool OverlayTextBackgroundMatchLayer { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OverlayTextBackgroundMode
Declaration
public AnnotationAppearanceMode OverlayTextBackgroundMode { get; set; }
Property Value
OverlayTextBackgroundShift
Declaration
public double OverlayTextBackgroundShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextBorderColor
Declaration
public string OverlayTextBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextBorderMatchLayer
Declaration
public bool OverlayTextBorderMatchLayer { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OverlayTextBorderMode
Declaration
public AnnotationAppearanceMode OverlayTextBorderMode { get; set; }
Property Value
OverlayTextBorderRadius
Declaration
public double OverlayTextBorderRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextBorderShift
Declaration
public double OverlayTextBorderShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextBorderThickness
Declaration
public double OverlayTextBorderThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextColor
Declaration
public string OverlayTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextColorMatchLayer
Declaration
public bool OverlayTextColorMatchLayer { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OverlayTextColorMode
Declaration
public AnnotationAppearanceMode OverlayTextColorMode { get; set; }
Property Value
OverlayTextColorShift
Declaration
public double OverlayTextColorShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextFontFamily
Declaration
public string OverlayTextFontFamily { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextFontSize
Declaration
public double OverlayTextFontSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextFontStyle
Declaration
public string OverlayTextFontStyle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextFontWeight
Declaration
public string OverlayTextFontWeight { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextHorizontalMargin
Declaration
public double OverlayTextHorizontalMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextHorizontalPadding
Declaration
public double OverlayTextHorizontalPadding { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextLocation
Declaration
public OverlayTextLocation OverlayTextLocation { get; set; }
Property Value
OverlayTextMemberPath
Declaration
public string OverlayTextMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OverlayTextVerticalMargin
Declaration
public double OverlayTextVerticalMargin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextVerticalPadding
Declaration
public double OverlayTextVerticalPadding { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OverlayTextVisible
Declaration
public bool OverlayTextVisible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StylingAxisAnnotation
Declaration
public EventCallback<IgbDataAnnotationInfo> StylingAxisAnnotation { get; set; }
Property Value
StylingAxisAnnotationScript
Declaration
public string StylingAxisAnnotationScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StylingOverlayText
Declaration
public EventCallback<IgbOverlayTextUpdatingEventArgs> StylingOverlayText { get; set; }
Property Value
StylingOverlayTextScript
Declaration
public string StylingOverlayTextScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StylingShapeAnnotation
Declaration
public EventCallback<IgbDataAnnotationItem> StylingShapeAnnotation { get; set; }
Property Value
StylingShapeAnnotationScript
Declaration
public string StylingShapeAnnotationScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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
FromWorld(Point)
Declaration
public Point FromWorld(Point world)
Parameters
| Type |
Name |
Description |
| Point |
world |
|
Returns
FromWorldAsync(Point)
Declaration
public Task<Point> FromWorldAsync(Point world)
Parameters
| Type |
Name |
Description |
| Point |
world |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Point> |
|
FromWorldX(Double)
Declaration
public double FromWorldX(double x)
Parameters
| Type |
Name |
Description |
| System.Double |
x |
|
Returns
| Type |
Description |
| System.Double |
|
FromWorldXAsync(Double)
Declaration
public Task<double> FromWorldXAsync(double x)
Parameters
| Type |
Name |
Description |
| System.Double |
x |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Double> |
|
FromWorldY(Double)
Declaration
public double FromWorldY(double y)
Parameters
| Type |
Name |
Description |
| System.Double |
y |
|
Returns
| Type |
Description |
| System.Double |
|
FromWorldYAsync(Double)
Declaration
public Task<double> FromWorldYAsync(double y)
Parameters
| Type |
Name |
Description |
| System.Double |
y |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Double> |
|
ToWorld(Point)
Declaration
public Point ToWorld(Point pixel)
Parameters
| Type |
Name |
Description |
| Point |
pixel |
|
Returns
ToWorldAsync(Point)
Declaration
public Task<Point> ToWorldAsync(Point pixel)
Parameters
| Type |
Name |
Description |
| Point |
pixel |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Point> |
|
ToWorldX(Double)
Declaration
public double ToWorldX(double x)
Parameters
| Type |
Name |
Description |
| System.Double |
x |
|
Returns
| Type |
Description |
| System.Double |
|
ToWorldXAsync(Double)
Declaration
public Task<double> ToWorldXAsync(double x)
Parameters
| Type |
Name |
Description |
| System.Double |
x |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Double> |
|
ToWorldY(Double)
Declaration
public double ToWorldY(double y)
Parameters
| Type |
Name |
Description |
| System.Double |
y |
|
Returns
| Type |
Description |
| System.Double |
|
ToWorldYAsync(Double)
Declaration
public Task<double> ToWorldYAsync(double y)
Parameters
| Type |
Name |
Description |
| System.Double |
y |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Double> |
|
Implements
System.IDisposable