UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RenderingMode

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved