Class PivotViewFormatSettingBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewFormatSettingBuilder
Assembly: Syncfusion.EJ2.dll
public class PivotViewFormatSettingBuilder : ControlBuilder
Constructors
Declaration
public PivotViewFormatSettingBuilder()
Declaration
public PivotViewFormatSettingBuilder(List<PivotViewFormatSetting> collection)
Parameters
Methods
Declaration
It allows to specify the currency code to be used for formatting.
Declaration
public PivotViewFormatSettingBuilder Currency(string currency)
Parameters
| Type |
Name |
Description |
| System.String |
currency |
|
Returns
It allows to specify custom number format for formatting.
Declaration
public PivotViewFormatSettingBuilder Format(string format)
Parameters
| Type |
Name |
Description |
| System.String |
format |
|
Returns
It allows to specify maximum fraction digits to the formatted value.
Declaration
public PivotViewFormatSettingBuilder MaximumFractionDigits(int maximumFractionDigits)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maximumFractionDigits |
|
Returns
It allows to specify maximum significant digits to the formatted value.
Declaration
public PivotViewFormatSettingBuilder MaximumSignificantDigits(int maximumSignificantDigits)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maximumSignificantDigits |
|
Returns
It allows to specify minimum fraction digits to the formatted value.
Declaration
public PivotViewFormatSettingBuilder MinimumFractionDigits(int minimumFractionDigits)
Parameters
| Type |
Name |
Description |
| System.Int32 |
minimumFractionDigits |
|
Returns
It allows to specify minimum integer digits to the formatted value.
Declaration
public PivotViewFormatSettingBuilder MinimumIntegerDigits(int minimumIntegerDigits)
Parameters
| Type |
Name |
Description |
| System.Int32 |
minimumIntegerDigits |
|
Returns
It allows to specify minimum significant digits to the formatted value.
Declaration
public PivotViewFormatSettingBuilder MinimumSignificantDigits(int minimumSignificantDigits)
Parameters
| Type |
Name |
Description |
| System.Int32 |
minimumSignificantDigits |
|
Returns
It allows to set the field name to apply format settings.
Declaration
public PivotViewFormatSettingBuilder Name(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
It allows to specify the skeleton such as full, medium, long, short, etc. to perform date formatting.
It is applicable only for date type formatting.
Declaration
public PivotViewFormatSettingBuilder Skeleton(string skeleton)
Parameters
| Type |
Name |
Description |
| System.String |
skeleton |
|
Returns
It allows to specify the type of date formatting either date, dateTime or time.
Declaration
public PivotViewFormatSettingBuilder Type(string type)
Parameters
| Type |
Name |
Description |
| System.String |
type |
|
Returns
It allows to use grouping to the formatted value,
Declaration
public PivotViewFormatSettingBuilder UseGrouping(bool useGrouping)
Parameters
| Type |
Name |
Description |
| System.Boolean |
useGrouping |
|
Returns