API Reference
Class
ChartJsLayout
Represents the layout configuration.
Inheritance
- Object
- ChartJsLayout
Constructors
public ChartJsLayout() #Methods
public ChartJsLayout PaddingAll(Int32 value) #Returns:
ChartJsLayoutSets uniform padding around the chart layout.
Parameters
- value System.Int32
public ChartJsLayout PaddingOptions(Action<ChartJsLayoutPadding> configure) #Returns:
ChartJsLayoutConfigures padding using a fluent builder mirroring the ApexCharts grid API.
Parameters
- configure System.Action{HtmlForgeX.ChartJsLayoutPadding}
Inherited Methods
Properties
public Object Padding { get; set; } #JsonPropertyName("padding") JsonIgnore(Condition = 3)Gets or sets the padding.