HtmlForgeX

API Reference

Class

ApexDonutOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents donut chart specific options.

Inheritance

  • Object
  • ApexDonutOptions

Constructors

public ApexDonutOptions() #

Properties

public String Size { get; set; } #
JsonPropertyName("size")

Gets or sets the donut size percentage.

public String Background { get; set; } #
JsonPropertyName("background")

Gets or sets the background color.

public ApexDonutLabels Labels { get; set; } #
JsonPropertyName("labels")

Gets or sets the labels configuration.