API Reference
Class
ApexGridPadding
Padding configuration applied to the grid surrounding the chart.
Inheritance
- Object
- ApexGridPadding
Constructors
public ApexGridPadding() #Methods
public ApexGridPadding All(Int32 value) #Returns:
ApexGridPaddingSets all padding values to the same amount.
Parameters
- value System.Int32
- Padding in pixels.
Returns
The current ApexGridPadding instance.
public ApexGridPadding BottomPadding(Int32 value) #Returns:
ApexGridPaddingSets the bottom padding value.
Parameters
- value System.Int32
- Padding in pixels.
Returns
The current ApexGridPadding instance.
public ApexGridPadding LeftPadding(Int32 value) #Returns:
ApexGridPaddingSets the left padding value.
Parameters
- value System.Int32
- Padding in pixels.
Returns
The current ApexGridPadding instance.
public ApexGridPadding RightPadding(Int32 value) #Returns:
ApexGridPaddingSets the right padding value.
Parameters
- value System.Int32
- Padding in pixels.
Returns
The current ApexGridPadding instance.
public ApexGridPadding TopPadding(Int32 value) #Returns:
ApexGridPaddingSets the top padding value.
Parameters
- value System.Int32
- Padding in pixels.
Returns
The current ApexGridPadding instance.
Inherited Methods
Properties
public Nullable<Int32> Top { get; set; } #JsonPropertyName("top") JsonIgnore(Condition = 3)Gets or sets the padding above the chart area.
public Nullable<Int32> Right { get; set; } #JsonPropertyName("right") JsonIgnore(Condition = 3)Gets or sets the padding on the right side of the chart area.
public Nullable<Int32> Bottom { get; set; } #JsonPropertyName("bottom") JsonIgnore(Condition = 3)Gets or sets the padding below the chart area.
public Nullable<Int32> Left { get; set; } #JsonPropertyName("left") JsonIgnore(Condition = 3)Gets or sets the padding on the left side of the chart area.