Class AccumulationChartCenterLabelBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AccumulationChartCenterLabelBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class AccumulationChartCenterLabelBuilder : ControlBuilder
Constructors
AccumulationChartCenterLabelBuilder()
Declaration
public AccumulationChartCenterLabelBuilder()
AccumulationChartCenterLabelBuilder(AccumulationChartCenterLabel)
Declaration
public AccumulationChartCenterLabelBuilder(AccumulationChartCenterLabel model)
Parameters
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
Returns
TextStyle(Action<AccumulationChartFontBuilder>)
Declaration
public AccumulationChartCenterLabelBuilder TextStyle(Action<AccumulationChartFontBuilder> textStyle)
Parameters
Returns