menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SpreadsheetDataLabelSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SpreadsheetDataLabelSettingsBuilder
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpreadsheetDataLabelSettingsBuilder : ControlBuilder

    Constructors

    SpreadsheetDataLabelSettingsBuilder()

    Declaration
    public SpreadsheetDataLabelSettingsBuilder()

    SpreadsheetDataLabelSettingsBuilder(SpreadsheetDataLabelSettings)

    Declaration
    public SpreadsheetDataLabelSettingsBuilder(SpreadsheetDataLabelSettings model)
    Parameters
    Type Name Description
    SpreadsheetDataLabelSettings model

    Methods

    Position(LabelPosition)

    Specifies the position of the data label. They are, Outer: Positions the label outside the point. top: Positions the label on top of the point. Bottom: Positions the label at the bottom of the point. Middle: Positions the label to the middle of the point. Auto: Positions the label based on series.

    Declaration
    public SpreadsheetDataLabelSettingsBuilder Position(LabelPosition value)
    Parameters
    Type Name Description
    LabelPosition value
    Returns
    Type
    SpreadsheetDataLabelSettingsBuilder

    Visible(Boolean)

    If set true, data label for series renders.

    Declaration
    public SpreadsheetDataLabelSettingsBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    SpreadsheetDataLabelSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved