Class AccumulationChartCenterLabelBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AccumulationChartCenterLabelBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.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
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
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
TextStyle(Action<AccumulationChartFontBuilder>)
Declaration
public AccumulationChartCenterLabelBuilder TextStyle(Action<AccumulationChartFontBuilder> textStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<AccumulationChartFontBuilder> | textStyle |