API Reference
Class
ApexRadialDataLabels
Represents radial bar data labels configuration.
Inheritance
- Object
- ApexRadialDataLabels
Constructors
public ApexRadialDataLabels() #Inherited Methods
Properties
public Nullable<Boolean> Show { get; set; } #JsonPropertyName("show")Gets or sets whether to show labels.
public ApexRadialLabel Name { get; set; } #JsonPropertyName("name")Gets or sets the name configuration.
public ApexRadialLabel Value { get; set; } #JsonPropertyName("value")Gets or sets the value configuration.