Class RenderingMode
Specifies the rendering mode to be used to render the chart series.
Inheritance
System.Object
RenderingMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class RenderingMode : Enum
Fields
Default
Default element will be used to render the series.
Declaration
public const RenderingMode Default
Field Value
Type | Description |
---|---|
RenderingMode |
DirectX
DirectX will be used to render the series.
Declaration
public const RenderingMode DirectX
Field Value
Type | Description |
---|---|
RenderingMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WriteableBitmap
WriteableBitmap will be used to render the series.
Declaration
public const RenderingMode WriteableBitmap
Field Value
Type | Description |
---|---|
RenderingMode |