Class LabelFormat
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
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class LabelFormat : EJTagHelper
Constructors
LabelFormat()
Declaration
public LabelFormat()
Properties
DecimalPlaces
Declaration
[JsonProperty("decimalPlaces")]
public int DecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberFormat
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("numberFormat")]
public NumberFormat NumberFormat { get; set; }
Property Value
Type | Description |
---|---|
NumberFormat |
PrefixText
Declaration
[JsonProperty("prefixText")]
public string PrefixText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SuffixText
Declaration
[JsonProperty("suffixText")]
public string SuffixText { get; set; }
Property Value
Type | Description |
---|---|
System.String |