API Reference / ApexRadialLabelAPI ReferenceClass ApexRadialLabelEdit on GitHubNamespace HtmlForgeXAssembly HtmlForgeXSource Containers/ChartJs/ChartJsTitle.cs:102Represents radial label configuration.InheritanceObjectApexRadialLabelFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic ApexRadialLabel() #Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from ObjectPropertiespublic Nullable<Boolean> Show { get; set; } #Containers/ApexCharts/ApexRadialLabel.cs:13JsonPropertyName("show")Gets or sets whether to show the label.public String FontSize { get; set; } #Containers/ApexCharts/ApexRadialLabel.cs:19JsonPropertyName("fontSize")Gets or sets the font size.public String Color { get; set; } #Containers/ApexCharts/ApexRadialLabel.cs:25JsonPropertyName("color")Gets or sets the color.