menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartSegment

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

    Constructors

    ChartSegment()

    Declaration
    public ChartSegment()

    Properties

    Color

    Defines the fill color for the region using a color name, hex code, or rgba value.

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

    The default value is null

    DashArray

    Specifies the dash pattern for the stroke of the series. The string format allows defining various dash and gap lengths.

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

    The default value is "0"

    Value

    Defines the starting point of region.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved