alexa
menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support

    Show / Hide Table of Contents

    Class SparkChartAxisType

    Defines the axis value type semantics for spark charts.

    Inheritance
    System.Object
    SparkChartAxisType
    Namespace: Syncfusion.Maui.Toolkit.SparkCharts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class SparkChartAxisType : Enum

    Fields

    Category

    Treat axis values as discrete categories.

    Declaration
    public const SparkChartAxisType Category
    Field Value
    Type
    SparkChartAxisType

    DateTime

    Treat axis values as date-time instances.

    Declaration
    public const SparkChartAxisType DateTime
    Field Value
    Type
    SparkChartAxisType

    Numeric

    Treat axis values as numeric.

    Declaration
    public const SparkChartAxisType Numeric
    Field Value
    Type
    SparkChartAxisType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved