menu

UWP

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

    Show / Hide Table of Contents

    Interface IChartType

    Contains information about chart type.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface IChartType

    Properties

    ShowAsPercents

    Indicates whether values should be shown as percents.

    Declaration
    bool ShowAsPercents { get; set; }
    Property Value
    Type
    System.Boolean

    StackValues

    Indicates whether values should be stacked.

    Declaration
    bool StackValues { get; set; }
    Property Value
    Type
    System.Boolean

    Extension Methods

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