menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewSegmentBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewSegmentBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewSegmentBuilder : ControlBuilder

    Constructors

    PivotViewSegmentBuilder()

    Declaration
    public PivotViewSegmentBuilder()

    PivotViewSegmentBuilder(List<PivotViewSegment>)

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

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Allows to set the color of a region.

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

    DashArray(String)

    Allows to set the pattern of dashes and gaps to stroke.

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

    Value(Object)

    Allows to set the starting point of region.

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