menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EmptyPointValue - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EmptyPointValue

    Represents modes for handling empty points.

    Inheritance
    System.Object
    EmptyPointValue
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public sealed class EmptyPointValue : Enum

    Fields

    Average

    Validates the empty points in a series and sets the points y-value to an average value based on its neighbouring points.

    Declaration
    public const EmptyPointValue Average
    Field Value
    Type
    EmptyPointValue

    Zero

    Validates the empty points in a series and sets the points y-value to Zero.

    Declaration
    public const EmptyPointValue Zero
    Field Value
    Type
    EmptyPointValue

    Extension Methods

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