HtmlForgeX

API Reference

Class

ApexAxisTitle

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents axis title configuration.

Inheritance

  • Object
  • ApexAxisTitle

Constructors

public ApexAxisTitle() #

Methods

public ApexAxisTitle SetStyle(Action<ApexTextStyle> configure) #
Returns: ApexAxisTitle

Configures the title style.

Parameters

configure System.Action{HtmlForgeX.ApexTextStyle} requiredposition: 0
public ApexAxisTitle SetText(String text) #
Returns: ApexAxisTitle

Sets the title text.

Parameters

text System.String requiredposition: 0

Properties

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

Gets or sets the title text.

public ApexTextStyle Style { get; set; } #
JsonPropertyName("style")

Gets or sets the style configuration.