menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IChartType

    Contains information about chart type.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved