HtmlForgeX

API Reference

Class

ApexRadialDataLabels

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents radial bar data labels configuration.

Inheritance

  • Object
  • ApexRadialDataLabels

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

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.