ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ChartAxisScaleBreak

    Specifies the scale break properties of an axis.

    Inheritance
    System.Object
    ChartAxisScaleBreak
    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 ChartAxisScaleBreak

    Constructors

    ChartAxisScaleBreak()

    Declaration
    public ChartAxisScaleBreak()

    ChartAxisScaleBreak(ReportSerializer)

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

    Properties

    BreakLineType

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

    CollapsibleSpaceThreshold

    Declaration
    public int CollapsibleSpaceThreshold { get; set; }
    Property Value
    Type Description
    System.Int32

    Enabled

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

    IncludeZero

    Declaration
    public BooleanOptions IncludeZero { get; set; }
    Property Value
    Type Description
    BooleanOptions

    MaxNumberOfBreaks

    Declaration
    public int MaxNumberOfBreaks { get; set; }
    Property Value
    Type Description
    System.Int32

    Spacing

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

    Style

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

    Methods

    ShouldSerializeCollapsibleSpaceThreshold()

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

    ShouldSerializeMaxNumberOfBreaks()

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