API Reference
Class
ApexAxisLabels
Represents axis labels configuration.
Inheritance
- Object
- ApexAxisLabels
Constructors
public ApexAxisLabels() #Methods
public ApexAxisLabels RotateLabels(Int32 angle) #Returns:
ApexAxisLabelsSets the rotation angle for labels.
Parameters
- angle System.Int32
public ApexAxisLabels SetStyle(Action<ApexTextStyle> configure) #Returns:
ApexAxisLabelsConfigures the label style.
Parameters
- configure System.Action{HtmlForgeX.ApexTextStyle}
public ApexAxisLabels ShowLabels(Boolean show) #Returns:
ApexAxisLabelsSets whether to show labels.
Parameters
- show System.Boolean
Inherited Methods
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.