Class ChartTickMarks
Represents tick marks along with an axis.
Inheritance
System.Object
ChartTickMarks
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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartTickMarks
Constructors
ChartTickMarks()
Declaration
ChartTickMarks(ReportSerializer)
Declaration
public ChartTickMarks(ReportSerializer serializer)
Parameters
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
IntervalType
Declaration
public IntervalType IntervalType { get; set; }
Property Value
Length
Declaration
public float Length { get; set; }
Property Value
Type |
Description |
System.Single |
|
Style
Declaration
public Style Style { get; set; }
Property Value
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 |
|