menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartLastValueLabelSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChartLastValueLabelSettingsBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartLastValueLabelSettingsBuilder : ControlBuilder

    Constructors

    ChartLastValueLabelSettingsBuilder()

    Declaration
    public ChartLastValueLabelSettingsBuilder()

    ChartLastValueLabelSettingsBuilder(ChartLastValueLabelSettings)

    Declaration
    public ChartLastValueLabelSettingsBuilder(ChartLastValueLabelSettings model)
    Parameters
    Type Name Description
    ChartLastValueLabelSettings model

    Methods

    Background(String)

    The background color for the label.

    Declaration
    public ChartLastValueLabelSettingsBuilder Background(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    Border(ChartLastValueLabelBorder)

    The border properties for the label.

    Declaration
    public ChartLastValueLabelSettingsBuilder Border(ChartLastValueLabelBorder value)
    Parameters
    Type Name Description
    ChartLastValueLabelBorder value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    Border(Action<ChartBorderBuilder>)

    Declaration
    public ChartLastValueLabelSettingsBuilder Border(Action<ChartBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<ChartBorderBuilder> border
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    DashArray(String)

    The dash array of the grid lines behind the labels.

    Declaration
    public ChartLastValueLabelSettingsBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    Enable(Boolean)

    Enables or disables the display of the last value labels.

    Declaration
    public ChartLastValueLabelSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    Font(ChartLastValueLabelStyle)

    The font proerties of the last value labels.

    Declaration
    public ChartLastValueLabelSettingsBuilder Font(ChartLastValueLabelStyle value)
    Parameters
    Type Name Description
    ChartLastValueLabelStyle value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    Font(Action<ChartFontBuilder>)

    Declaration
    public ChartLastValueLabelSettingsBuilder Font(Action<ChartFontBuilder> font)
    Parameters
    Type Name Description
    System.Action<ChartFontBuilder> font
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    LineColor(String)

    The line color for grid lines behind the labels.

    Declaration
    public ChartLastValueLabelSettingsBuilder LineColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    LineWidth(Double)

    The width of the grid lines behind the labels.

    Declaration
    public ChartLastValueLabelSettingsBuilder LineWidth(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    Rx(Double)

    Specifies the X-axis rounded corner radius for the last value label.

    Note that border values must not be null for this feature to work.

    Declaration
    public ChartLastValueLabelSettingsBuilder Rx(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder

    Ry(Double)

    Specifies the Y-axis rounded corner radius for the last value label.

    Note that border values must not be null for this feature to work.

    Declaration
    public ChartLastValueLabelSettingsBuilder Ry(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartLastValueLabelSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved