HtmlForgeX

API Reference

Class

ApexPieOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents pie chart specific options.

Inheritance

  • Object
  • ApexPieOptions

Constructors

public ApexPieOptions() #

Methods

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

Sets the angle range.

Parameters

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

Sets the donut size.

Parameters

size System.String requiredposition: 0
public ApexPieOptions Offset(Int32 x, Int32 y) #
Returns: ApexPieOptions

Sets the offset.

Parameters

x System.Int32 requiredposition: 0
y System.Int32 requiredposition: 1

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.

public Nullable<Int32> OffsetX { get; set; } #
JsonPropertyName("offsetX")

Gets or sets the offset X.

public Nullable<Int32> OffsetY { get; set; } #
JsonPropertyName("offsetY")

Gets or sets the offset Y.