API Reference
Class
ApexRadialBarOptions
Represents radial bar chart specific options.
Inheritance
- Object
- ApexRadialBarOptions
Constructors
public ApexRadialBarOptions() #Methods
public ApexRadialBarOptions AngleRange(Int32 start, Int32 end) #Returns:
ApexRadialBarOptionsSets the angle range.
Parameters
- start System.Int32
- end System.Int32
public ApexRadialBarOptions HollowSize(String size) #Returns:
ApexRadialBarOptionsSets the hollow size.
Parameters
- size System.String
public ApexRadialBarOptions TrackBackground(String color) #Returns:
ApexRadialBarOptionsSets the track background color.
Parameters
- color System.String
Inherited Methods
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.