API Reference
Class
ApexChartOptions
Represents chart-specific options for ApexCharts.
Inheritance
- Object
- ApexChartOptions
Constructors
public ApexChartOptions() #Methods
public ApexChartOptions ConfigureAnimations(Action<ApexAnimations> configure) #Returns:
ApexChartOptionsConfigures animations.
Parameters
- configure System.Action{HtmlForgeX.ApexAnimations}
public ApexChartOptions ConfigureToolbar(Action<ApexToolbar> configure) #Returns:
ApexChartOptionsConfigures the toolbar.
Parameters
- configure System.Action{HtmlForgeX.ApexToolbar}
public ApexChartOptions ConfigureZoom(Action<ApexZoom> configure) #Returns:
ApexChartOptionsConfigures zoom options.
Parameters
- configure System.Action{HtmlForgeX.ApexZoom}
public ApexChartOptions SetBackground(String color) #Returns:
ApexChartOptionsSets the background color.
Parameters
- color System.String
public ApexChartOptions SetHeight(Object height) #Returns:
ApexChartOptionsSets the chart height.
Parameters
- height System.Object
public ApexChartOptions SetStacked(Boolean stacked) #Returns:
ApexChartOptionsSets the chart as stacked.
Parameters
- stacked System.Boolean
public ApexChartOptions SetWidth(Object width) #Returns:
ApexChartOptionsSets the chart width.
Parameters
- width System.Object
Inherited Methods
Properties
public Nullable<ApexChartType> Type { get; set; } #JsonPropertyName("type") JsonIgnore(Condition = 3)Gets or sets the chart type.
public Object Height { get; set; } #JsonPropertyName("height") JsonIgnore(Condition = 3)Gets or sets the height of the chart.
public Object Width { get; set; } #JsonPropertyName("width") JsonIgnore(Condition = 3)Gets or sets the width of the chart.
public Nullable<Boolean> Stacked { get; set; } #JsonPropertyName("stacked") JsonIgnore(Condition = 3)Gets or sets whether the chart is stacked.
public String StackType { get; set; } #JsonPropertyName("stackType") JsonIgnore(Condition = 3)Gets or sets the stacking type.
public ApexToolbar Toolbar { get; set; } #JsonPropertyName("toolbar") JsonIgnore(Condition = 3)Gets or sets the toolbar options.
public ApexZoom Zoom { get; set; } #JsonPropertyName("zoom") JsonIgnore(Condition = 3)Gets or sets the zoom options.
public ApexAnimations Animations { get; set; } #JsonPropertyName("animations") JsonIgnore(Condition = 3)Gets or sets the animations options.
public String Background { get; set; } #JsonPropertyName("background") JsonIgnore(Condition = 3)Gets or sets the background color.