Class ChartAxiesExval
Inheritance
System.Object
ChartAxiesExval
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.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartAxiesExval : IReportDispose, IDisposable
Constructors
ChartAxiesExval()
Declaration
public ChartAxiesExval()
Properties
Caption
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Font
Declaration
public FontExval Font { get; set; }
Property Value
Type | Description |
---|---|
FontExval |
Textalign
Declaration
public string Textalign { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Declaration
public string TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextDecoration
Declaration
public string TextDecoration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Textorientation
Declaration
public string Textorientation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable