Class LabelFormatsBuilder
Inheritance
System.Object
LabelFormatsBuilder
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 LabelFormatsBuilder
Constructors
LabelFormatsBuilder(LabelFormat)
Declaration
public LabelFormatsBuilder(LabelFormat labelFormatSettings)
Parameters
Type | Name | Description |
---|---|---|
LabelFormat | labelFormatSettings |
Methods
DecimalPlaces(Int32)
Declaration
public LabelFormatsBuilder DecimalPlaces(int decimalPlaces)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | decimalPlaces |
Returns
Type | Description |
---|---|
LabelFormatsBuilder |
NumberFormats(NumberFormat)
Declaration
public LabelFormatsBuilder NumberFormats(NumberFormat numberFormat)
Parameters
Type | Name | Description |
---|---|---|
NumberFormat | numberFormat |
Returns
Type | Description |
---|---|
LabelFormatsBuilder |
PrefixText(String)
Declaration
public LabelFormatsBuilder PrefixText(string prefixText)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefixText |
Returns
Type | Description |
---|---|
LabelFormatsBuilder |
SuffixText(String)
Declaration
public LabelFormatsBuilder SuffixText(string suffixText)
Parameters
Type | Name | Description |
---|---|---|
System.String | suffixText |
Returns
Type | Description |
---|---|
LabelFormatsBuilder |