HtmlForgeX

API Reference

Class

ApexRadialDataLabels

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents radial bar data labels configuration.

Inheritance

  • Object
  • ApexRadialDataLabels

Constructors

public ApexRadialDataLabels() #

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.