API Reference
Class
ApexPieOptions
Represents pie chart specific options.
Inheritance
- Object
- ApexPieOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ApexPieOptions.AngleRange
- Method ApexPieOptions.DonutSize
- Method ApexPieOptions.Offset
- Property ApexPlotOptions.Pie
Accepted by parameters
- Method ApexPlotOptions.PieOptions
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.