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 |