Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ExcelChartPlotEmpty

    Specifies how blank cells are plotted on a chart.

    Inheritance
    System.Object
    ExcelChartPlotEmpty
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelChartPlotEmpty : Enum

    Fields

    Interpolated

    Values are interpolated into the chart.

    Declaration
    public const ExcelChartPlotEmpty Interpolated
    Field Value
    Type Description
    ExcelChartPlotEmpty

    NotPlotted

    Blank cells are not plotted.

    Declaration
    public const ExcelChartPlotEmpty NotPlotted
    Field Value
    Type Description
    ExcelChartPlotEmpty

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Zero

    Blanks are plotted as zero.

    Declaration
    public const ExcelChartPlotEmpty Zero
    Field Value
    Type Description
    ExcelChartPlotEmpty
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved