Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisRecord.ChartAxisType

    Show / Hide Table of Contents

    Class ChartAxisRecord.ChartAxisType

    Represents the Chart axis type.

    Inheritance
    System.Object
    ChartAxisRecord.ChartAxisType
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ChartAxisType : Enum

    Fields

    CategoryAxis

    Represents the CategoryAxis chart axis type.

    Declaration
    public const ChartAxisRecord.ChartAxisType CategoryAxis
    Field Value
    Type Description
    ChartAxisRecord.ChartAxisType

    SeriesAxis

    Represents the SeriesAxis chart axis type.

    Declaration
    public const ChartAxisRecord.ChartAxisType SeriesAxis
    Field Value
    Type Description
    ChartAxisRecord.ChartAxisType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ValueAxis

    Represents the ValueAxis chart axis type.

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