Class PivotViewPivotChartSeriesEmptyPointSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesEmptyPointSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public class PivotViewPivotChartSeriesEmptyPointSettingsBuilder : ControlBuilder
Constructors
PivotViewPivotChartSeriesEmptyPointSettingsBuilder()
Declaration
public PivotViewPivotChartSeriesEmptyPointSettingsBuilder()
PivotViewPivotChartSeriesEmptyPointSettingsBuilder(PivotViewPivotChartSeriesEmptyPointSettings)
Declaration
public PivotViewPivotChartSeriesEmptyPointSettingsBuilder(PivotViewPivotChartSeriesEmptyPointSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartSeriesEmptyPointSettings | model |
Methods
Border(Object)
Allows options to customize the border of empty points.
Declaration
public PivotViewPivotChartSeriesEmptyPointSettingsBuilder Border(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesEmptyPointSettingsBuilder |
Fill(String)
Allows to customize the fill color of empty points.
Declaration
public PivotViewPivotChartSeriesEmptyPointSettingsBuilder Fill(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesEmptyPointSettingsBuilder |
Mode(Object)
To customize the mode of empty points.
Declaration
public PivotViewPivotChartSeriesEmptyPointSettingsBuilder Mode(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesEmptyPointSettingsBuilder |