menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartLastValueLabelSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ChartLastValueLabelSettings
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartLastValueLabelSettings : EJTagHelper

    Constructors

    ChartLastValueLabelSettings()

    Declaration
    public ChartLastValueLabelSettings()

    Properties

    Background

    The background color for the label.

    Declaration
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Border

    The border properties for the label.

    Declaration
    public ChartLastValueLabelBorder Border { get; set; }
    Property Value
    Type Description
    ChartLastValueLabelBorder

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    DashArray

    The dash array of the grid lines behind the labels.

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Enable

    Enables or disables the display of the last value labels.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Font

    The font proerties of the last value labels.

    Declaration
    public ChartLastValueLabelStyle Font { get; set; }
    Property Value
    Type Description
    ChartLastValueLabelStyle

    The default value is null

    LineColor

    The line color for grid lines behind the labels.

    Declaration
    public string LineColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    LineWidth

    The width of the grid lines behind the labels.

    Declaration
    public double LineWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    Rx

    Declaration
    public double Rx { get; set; }
    Property Value
    Type
    System.Double

    Ry

    Declaration
    public double Ry { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved