menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SizeType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SizeType

    Defines the unit of strip line size. They are: Auto - In numeric axis, it will consider a number and DateTime axis, it will consider as milliseconds. Pixel - The stripline gets their size in pixel. Year - The stripline size is based on year in the DateTime axis. Month - The stripline size is based on month in the DateTime axis. Day - The stripline size is based on day in the DateTime axis. Hour - The stripline size is based on hour in the DateTime axis. Minutes - The stripline size is based on minutes in the DateTime axis. Seconds - The stripline size is based on seconds in the DateTime axis.

    Inheritance
    System.Object
    SizeType
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class SizeType : Enum

    Fields

    Auto

    Declaration
    public const SizeType Auto
    Field Value
    Type
    SizeType

    Days

    Declaration
    public const SizeType Days
    Field Value
    Type
    SizeType

    Hours

    Declaration
    public const SizeType Hours
    Field Value
    Type
    SizeType

    Minutes

    Declaration
    public const SizeType Minutes
    Field Value
    Type
    SizeType

    Months

    Declaration
    public const SizeType Months
    Field Value
    Type
    SizeType

    Pixel

    Declaration
    public const SizeType Pixel
    Field Value
    Type
    SizeType

    Seconds

    Declaration
    public const SizeType Seconds
    Field Value
    Type
    SizeType

    Years

    Declaration
    public const SizeType Years
    Field Value
    Type
    SizeType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved