ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTickMarks - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartTickMarks

    Represents tick marks along with an axis.

    Inheritance
    System.Object
    ChartTickMarks
    ChartMajorTickMarks
    ChartMinorTickMarks
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartTickMarks

    Constructors

    ChartTickMarks()

    Declaration
    public ChartTickMarks()

    ChartTickMarks(ReportSerializer)

    Declaration
    public ChartTickMarks(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    Enabled

    Declaration
    public string Enabled { get; set; }
    Property Value
    Type Description
    System.String

    Interval

    Declaration
    public float Interval { get; set; }
    Property Value
    Type Description
    System.Single

    IntervalOffset

    Declaration
    public float IntervalOffset { get; set; }
    Property Value
    Type Description
    System.Single

    IntervalOffsetType

    Declaration
    public IntervalType IntervalOffsetType { get; set; }
    Property Value
    Type Description
    IntervalType

    IntervalType

    Declaration
    public IntervalType IntervalType { get; set; }
    Property Value
    Type Description
    IntervalType

    Length

    Declaration
    public float Length { get; set; }
    Property Value
    Type Description
    System.Single

    Style

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ResetInterval()

    Declaration
    public void ResetInterval()

    ResetIntervalOffset()

    Declaration
    public void ResetIntervalOffset()

    ResetIntervalOffsetType()

    Declaration
    public void ResetIntervalOffsetType()

    ResetIntervalType()

    Declaration
    public void ResetIntervalType()

    ShouldSerializeInterval()

    Declaration
    public bool ShouldSerializeInterval()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIntervalOffset()

    Declaration
    public bool ShouldSerializeIntervalOffset()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIntervalOffsetType()

    Declaration
    public bool ShouldSerializeIntervalOffsetType()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIntervalType()

    Declaration
    public bool ShouldSerializeIntervalType()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved