Class PivotViewPivotChartSettingsMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSettingsMarginBuilder
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 PivotViewPivotChartSettingsMarginBuilder : ControlBuilder
Constructors
PivotViewPivotChartSettingsMarginBuilder()
Declaration
public PivotViewPivotChartSettingsMarginBuilder()
PivotViewPivotChartSettingsMarginBuilder(PivotViewPivotChartSettingsMargin)
Declaration
public PivotViewPivotChartSettingsMarginBuilder(PivotViewPivotChartSettingsMargin model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartSettingsMargin | model |
Methods
Bottom(Double)
Allows to set the bottom margin in pixels.
Declaration
public PivotViewPivotChartSettingsMarginBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsMarginBuilder |
Left(Double)
Allows to set the left margin in pixels.
Declaration
public PivotViewPivotChartSettingsMarginBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsMarginBuilder |
Right(Double)
Allows to set the right margin in pixels.
Declaration
public PivotViewPivotChartSettingsMarginBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsMarginBuilder |
Top(Double)
Allows to set the top margin in pixels.
Declaration
public PivotViewPivotChartSettingsMarginBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsMarginBuilder |