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.WPF.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 |
---|
RenderingMode |
DirectX
DirectX will be used to render the series.
Declaration
public const RenderingMode DirectX
Field Value
Type |
---|
RenderingMode |
WriteableBitmap
WriteableBitmap will be used to render the series.
Declaration
public const RenderingMode WriteableBitmap
Field Value
Type |
---|
RenderingMode |