Class AccumulationChartCenterLabel
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
AccumulationChartCenterLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public class AccumulationChartCenterLabel : EJTagHelper
Constructors
AccumulationChartCenterLabel()
Declaration
public AccumulationChartCenterLabel()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
HoverTextFormat
Defines the format for the center label when the mouse hovers over the pie data.
Declaration
public string HoverTextFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Text
Defines the text to be placed at the center of the Pie and Donut chart.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
TextStyle
Defines the font style for the center label of the Pie and Donut charts.
Declaration
public AccumulationChartFont TextStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| AccumulationChartFont | The default value is null |