HtmlForgeX

API Reference

Class

ApexGridPadding

Namespace HtmlForgeX
Assembly HtmlForgeX

Padding configuration applied to the grid surrounding the chart.

Inheritance

  • Object
  • ApexGridPadding

Constructors

public ApexGridPadding() #

Methods

public ApexGridPadding All(Int32 value) #
Returns: ApexGridPadding

Sets all padding values to the same amount.

Parameters

value System.Int32 requiredposition: 0
Padding in pixels.

Returns

The current ApexGridPadding instance.

public ApexGridPadding BottomPadding(Int32 value) #
Returns: ApexGridPadding

Sets the bottom padding value.

Parameters

value System.Int32 requiredposition: 0
Padding in pixels.

Returns

The current ApexGridPadding instance.

public ApexGridPadding LeftPadding(Int32 value) #
Returns: ApexGridPadding

Sets the left padding value.

Parameters

value System.Int32 requiredposition: 0
Padding in pixels.

Returns

The current ApexGridPadding instance.

public ApexGridPadding RightPadding(Int32 value) #
Returns: ApexGridPadding

Sets the right padding value.

Parameters

value System.Int32 requiredposition: 0
Padding in pixels.

Returns

The current ApexGridPadding instance.

public ApexGridPadding TopPadding(Int32 value) #
Returns: ApexGridPadding

Sets the top padding value.

Parameters

value System.Int32 requiredposition: 0
Padding in pixels.

Returns

The current ApexGridPadding instance.

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.