menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccumulationChartCenterLabelBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved