API Reference
Class
ApexPieOptions
Represents pie chart specific options.
Inheritance
- Object
- ApexPieOptions
Constructors
public ApexPieOptions() #Methods
public ApexPieOptions AngleRange(Int32 start, Int32 end) #Returns:
ApexPieOptionsSets the angle range.
Parameters
- start System.Int32
- end System.Int32
public ApexPieOptions DonutSize(String size) #Returns:
ApexPieOptionsSets the donut size.
Parameters
- size System.String
public ApexPieOptions Offset(Int32 x, Int32 y) #Returns:
ApexPieOptionsSets the offset.
Parameters
- x System.Int32
- y System.Int32
Inherited Methods
Properties
public ApexDonutOptions Donut { get; set; } #JsonPropertyName("donut")Gets or sets the donut size percentage.
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 Nullable<Boolean> ExpandOnClick { get; set; } #JsonPropertyName("expandOnClick")Gets or sets whether to expand on click.