HtmlForgeX

API Reference

Class

ApexRadialBarOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents radial bar chart specific options.

Inheritance

  • Object
  • ApexRadialBarOptions

Constructors

public ApexRadialBarOptions() #

Methods

public ApexRadialBarOptions AngleRange(Int32 start, Int32 end) #
Returns: ApexRadialBarOptions

Sets the angle range.

Parameters

start System.Int32 requiredposition: 0
end System.Int32 requiredposition: 1
public ApexRadialBarOptions HollowSize(String size) #
Returns: ApexRadialBarOptions

Sets the hollow size.

Parameters

size System.String requiredposition: 0
public ApexRadialBarOptions TrackBackground(String color) #
Returns: ApexRadialBarOptions

Sets the track background color.

Parameters

color System.String requiredposition: 0

Properties

public Nullable<Int32> StartAngle { get; set; } #
JsonPropertyName("startAngle")

Gets or sets the start angle.

public Nullable<Int32> EndAngle { get; set; } #
JsonPropertyName("endAngle")

Gets or sets the end angle.

public ApexHollow Hollow { get; set; } #
JsonPropertyName("hollow")

Gets or sets the hollow configuration.

public ApexTrack Track { get; set; } #
JsonPropertyName("track")

Gets or sets the track configuration.

public ApexRadialDataLabels DataLabels { get; set; } #
JsonPropertyName("dataLabels")

Gets or sets the data labels configuration.