HtmlForgeX

API Reference

Class

ApexChartOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents chart-specific options for ApexCharts.

Inheritance

  • Object
  • ApexChartOptions

Constructors

public ApexChartOptions() #

Methods

public ApexChartOptions ConfigureAnimations(Action<ApexAnimations> configure) #
Returns: ApexChartOptions

Configures animations.

Parameters

configure System.Action{HtmlForgeX.ApexAnimations} requiredposition: 0
public ApexChartOptions ConfigureToolbar(Action<ApexToolbar> configure) #
Returns: ApexChartOptions

Configures the toolbar.

Parameters

configure System.Action{HtmlForgeX.ApexToolbar} requiredposition: 0
public ApexChartOptions ConfigureZoom(Action<ApexZoom> configure) #
Returns: ApexChartOptions

Configures zoom options.

Parameters

configure System.Action{HtmlForgeX.ApexZoom} requiredposition: 0
public ApexChartOptions SetBackground(String color) #
Returns: ApexChartOptions

Sets the background color.

Parameters

color System.String requiredposition: 0
public ApexChartOptions SetHeight(Object height) #
Returns: ApexChartOptions

Sets the chart height.

Parameters

height System.Object requiredposition: 0
public ApexChartOptions SetStacked(Boolean stacked) #
Returns: ApexChartOptions

Sets the chart as stacked.

Parameters

stacked System.Boolean requiredposition: 0
public ApexChartOptions SetWidth(Object width) #
Returns: ApexChartOptions

Sets the chart width.

Parameters

width System.Object requiredposition: 0

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.