Class ColumnStyle
Inheritance
System.Object
ColumnStyle
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.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ColumnStyle
Constructors
ColumnStyle()
Declaration
public ColumnStyle()
Properties
FillColor
Declaration
[JsonProperty("fillColor")]
public string FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderTemplateID
Declaration
[JsonProperty("headerTemplateID")]
public string HeaderTemplateID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsFrozen
Declaration
[JsonProperty("isFrozen")]
public bool IsFrozen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TemplateID
Declaration
[JsonProperty("templateID")]
public string TemplateID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextAlign
Declaration
[JsonProperty("textAlign")]
[JsonConverter(typeof(StringEnumConverter))]
public HeatMapTextAlign TextAlign { get; set; }
Property Value
Type | Description |
---|---|
HeatMapTextAlign |
Width
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |