Class RenderingMode
The type of the series.
Inheritance
System.Object
RenderingMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class RenderingMode : Enum
Fields
Canvas
Attempts to render the widget as Canvas element.
Declaration
public const RenderingMode Canvas
Field Value
RenderingMode
|
SVG
Attempts to render the widget as an inline SVG document.
Declaration
public const RenderingMode SVG
Field Value
RenderingMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|