HtmlForgeX

API Reference

Class

ApexTextStyle

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents text styling options for ApexCharts elements.

Inheritance

  • Object
  • ApexTextStyle

Constructors

public ApexTextStyle() #

Methods

public ApexTextStyle SetColor(String color) #
Returns: ApexTextStyle

Sets the font color.

Parameters

color System.String requiredposition: 0
public ApexTextStyle SetFontFamily(String family) #
Returns: ApexTextStyle

Sets the font family.

Parameters

family System.String requiredposition: 0
public ApexTextStyle SetFontSize(String size) #
Returns: ApexTextStyle

Sets the font size.

Parameters

size System.String requiredposition: 0
public ApexTextStyle SetFontWeight(String weight) #
Returns: ApexTextStyle

Sets the font weight.

Parameters

weight System.String requiredposition: 0

Properties

public String FontSize { get; set; } #
JsonPropertyName("fontSize")

Gets or sets the font size.

public String FontFamily { get; set; } #
JsonPropertyName("fontFamily")

Gets or sets the font family.

public String FontWeight { get; set; } #
JsonPropertyName("fontWeight")

Gets or sets the font weight.

public String Color { get; set; } #
JsonPropertyName("color")

Gets or sets the font color.