menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSegmentBuilder - API Reference

    Show / Hide Table of Contents

    Class ChartSegmentBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartSegmentBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartSegmentBuilder : ControlBuilder

    Constructors

    ChartSegmentBuilder()

    Declaration
    public ChartSegmentBuilder()

    ChartSegmentBuilder(List<ChartSegment>)

    Declaration
    public ChartSegmentBuilder(List<ChartSegment> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartSegment> collection

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Defines the color of a region.

    Declaration
    public ChartSegmentBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type Description
    ChartSegmentBuilder

    DashArray(String)

    Defines the pattern of dashes and gaps to stroke.

    Declaration
    public ChartSegmentBuilder DashArray(string dashArray)
    Parameters
    Type Name Description
    System.String dashArray
    Returns
    Type Description
    ChartSegmentBuilder

    Value(Object)

    Defines the starting point of region.

    Declaration
    public ChartSegmentBuilder Value(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    ChartSegmentBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved