HtmlForgeX

API Reference

Class

ApexAxisLabels

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents axis labels configuration.

Inheritance

  • Object
  • ApexAxisLabels

Constructors

public ApexAxisLabels() #

Methods

public ApexAxisLabels RotateLabels(Int32 angle) #
Returns: ApexAxisLabels

Sets the rotation angle for labels.

Parameters

angle System.Int32 requiredposition: 0
public ApexAxisLabels SetStyle(Action<ApexTextStyle> configure) #
Returns: ApexAxisLabels

Configures the label style.

Parameters

configure System.Action{HtmlForgeX.ApexTextStyle} requiredposition: 0
public ApexAxisLabels ShowLabels(Boolean show) #
Returns: ApexAxisLabels

Sets whether to show labels.

Parameters

show System.Boolean requiredposition: 0

Properties

public Nullable<Boolean> Show { get; set; } #
JsonPropertyName("show")

Gets or sets whether to show the labels.

public Nullable<Int32> Rotate { get; set; } #
JsonPropertyName("rotate")

Gets or sets the rotation angle.

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

Gets or sets additional style configuration.