HtmlForgeX

API Reference

Class

ApexChartSubtitle

Namespace HtmlForgeX
Assembly HtmlForgeX

Builder for configuring a chart subtitle.

Inheritance

  • Object
  • ApexChartSubtitle

Constructors

Methods

Color 2 overloads
public ApexChartSubtitle Color(RGBColor color) #
Returns: ApexChartSubtitle

Sets the subtitle color using a CSS value.

Parameters

color System.String requiredposition: 0
Color value.

Returns

The current ApexChartSubtitle instance.

Color(HtmlForgeX.RGBColor color) #

Sets the subtitle color from an RGBColor instance.

Parameters

color HtmlForgeX.RGBColor required
Color value.

Returns

The current ApexChartSubtitle instance.

public ApexChartSubtitle FontSize(String fontSize) #
Returns: ApexChartSubtitle

Sets the subtitle font size.

Parameters

fontSize System.String requiredposition: 0
Size value with units.

Returns

The current ApexChartSubtitle instance.

public ApexChartSubtitle FontWeight(String fontWeight) #
Returns: ApexChartSubtitle

Sets the subtitle font weight.

Parameters

fontWeight System.String requiredposition: 0
Font weight value.

Returns

The current ApexChartSubtitle instance.

public ApexChartSubtitle Text(String text) #
Returns: ApexChartSubtitle

Sets the subtitle text.

Parameters

text System.String requiredposition: 0
Text to display.

Returns

The current ApexChartSubtitle instance.

Properties

public String SubTitleText { get; set; } #
JsonPropertyName("text")

Gets or sets the subtitle text.

public String SubTitleAlign { get; set; } #

Gets or sets the subtitle alignment.

public Dictionary<String, String> Style { get; set; } #

Gets the style dictionary applied to the subtitle.

public Boolean IsSet { get; } #
JsonIgnore

Gets a value indicating whether ApexChartSubtitle is set.

Value

true if this instance is set; otherwise, false.