Class AccumulationChartCenterLabelBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AccumulationChartCenterLabelBuilder
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 AccumulationChartCenterLabelBuilder : ControlBuilder
Constructors
AccumulationChartCenterLabelBuilder()
Declaration
public AccumulationChartCenterLabelBuilder()
AccumulationChartCenterLabelBuilder(AccumulationChartCenterLabel)
Declaration
public AccumulationChartCenterLabelBuilder(AccumulationChartCenterLabel model)
Parameters
| Type | Name | Description |
|---|---|---|
| AccumulationChartCenterLabel | model |
Methods
HoverTextFormat(String)
Defines the format for the center label when the mouse hovers over the pie data.
Declaration
public AccumulationChartCenterLabelBuilder HoverTextFormat(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| AccumulationChartCenterLabelBuilder |
Text(String)
Defines the text to be placed at the center of the Pie and Donut chart.
Declaration
public AccumulationChartCenterLabelBuilder Text(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| AccumulationChartCenterLabelBuilder |
TextStyle(AccumulationChartFont)
Defines the font style for the center label of the Pie and Donut charts.
Declaration
public AccumulationChartCenterLabelBuilder TextStyle(AccumulationChartFont value)
Parameters
| Type | Name | Description |
|---|---|---|
| AccumulationChartFont | value |
Returns
| Type |
|---|
| AccumulationChartCenterLabelBuilder |
TextStyle(Action<AccumulationChartFontBuilder>)
Declaration
public AccumulationChartCenterLabelBuilder TextStyle(Action<AccumulationChartFontBuilder> textStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<AccumulationChartFontBuilder> | textStyle |
Returns
| Type |
|---|
| AccumulationChartCenterLabelBuilder |