menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewStripLineBuilder

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

    Constructors

    PivotViewStripLineBuilder()

    Declaration
    public PivotViewStripLineBuilder()

    PivotViewStripLineBuilder(List<PivotViewStripLine>)

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

    Methods

    Add()

    Declaration
    public void Add()

    Border(StripLinesPrimaryXAxisBorder)

    Allows to set the border of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder Border(StripLinesPrimaryXAxisBorder border)
    Parameters
    Type Name Description
    StripLinesPrimaryXAxisBorder border
    Returns
    Type
    PivotViewStripLineBuilder

    Border(Action<PivotViewPivotChartSeriesBorderBuilder>)

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

    Color(String)

    Allows to set the color of the pivot chart strip line.

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

    DashArray(String)

    Allows to set the dash Array of the pivot chart strip line.

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

    End(Double)

    Allows to set the end value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder End(double end)
    Parameters
    Type Name Description
    System.Double end
    Returns
    Type
    PivotViewStripLineBuilder

    End(String)

    Allows to set the end value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder End(string end)
    Parameters
    Type Name Description
    System.String end
    Returns
    Type
    PivotViewStripLineBuilder

    HorizontalAlignment(Object)

    Allows to set the position of the strip line text horizontally. They are, Start: Places the strip line text at the start. Middle: Places the strip line text in the middle. End: Places the strip line text at the end.

    Declaration
    public PivotViewStripLineBuilder HorizontalAlignment(object horizontalAlignment)
    Parameters
    Type Name Description
    System.Object horizontalAlignment
    Returns
    Type
    PivotViewStripLineBuilder

    IsRepeat(Boolean)

    Allows to set the isRepeat value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder IsRepeat(bool isRepeat)
    Parameters
    Type Name Description
    System.Boolean isRepeat
    Returns
    Type
    PivotViewStripLineBuilder

    IsSegmented(Boolean)

    Allows to set the isSegmented value of the pivot chart strip line

    Declaration
    public PivotViewStripLineBuilder IsSegmented(bool isSegmented)
    Parameters
    Type Name Description
    System.Boolean isSegmented
    Returns
    Type
    PivotViewStripLineBuilder

    Opacity(Double)

    Strip line Opacity

    Declaration
    public PivotViewStripLineBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity
    Returns
    Type
    PivotViewStripLineBuilder

    RepeatEvery(Double)

    Allows to set the repeatEvery value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder RepeatEvery(double repeatEvery)
    Parameters
    Type Name Description
    System.Double repeatEvery
    Returns
    Type
    PivotViewStripLineBuilder

    RepeatEvery(String)

    Allows to set the repeatEvery value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder RepeatEvery(string repeatEvery)
    Parameters
    Type Name Description
    System.String repeatEvery
    Returns
    Type
    PivotViewStripLineBuilder

    RepeatUntil(Double)

    Allows to set the repeatUntil value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder RepeatUntil(double repeatUntil)
    Parameters
    Type Name Description
    System.Double repeatUntil
    Returns
    Type
    PivotViewStripLineBuilder

    RepeatUntil(String)

    Allows to set the repeatUntil value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder RepeatUntil(string repeatUntil)
    Parameters
    Type Name Description
    System.String repeatUntil
    Returns
    Type
    PivotViewStripLineBuilder

    Rotation(Double)

    Allows to set the angle to which the strip line text gets rotated.

    Declaration
    public PivotViewStripLineBuilder Rotation(double rotation)
    Parameters
    Type Name Description
    System.Double rotation
    Returns
    Type
    PivotViewStripLineBuilder

    SegmentAxisName(String)

    Allows to set the segmentAxisName of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder SegmentAxisName(string segmentAxisName)
    Parameters
    Type Name Description
    System.String segmentAxisName
    Returns
    Type
    PivotViewStripLineBuilder

    SegmentEnd(Double)

    Allows to set the segmentEnd value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder SegmentEnd(double segmentEnd)
    Parameters
    Type Name Description
    System.Double segmentEnd
    Returns
    Type
    PivotViewStripLineBuilder

    SegmentEnd(String)

    Allows to set the segmentEnd value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder SegmentEnd(string segmentEnd)
    Parameters
    Type Name Description
    System.String segmentEnd
    Returns
    Type
    PivotViewStripLineBuilder

    SegmentStart(Double)

    Allows to set the segmentStart value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder SegmentStart(double segmentStart)
    Parameters
    Type Name Description
    System.Double segmentStart
    Returns
    Type
    PivotViewStripLineBuilder

    SegmentStart(String)

    Allows to set the segmentStart value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder SegmentStart(string segmentStart)
    Parameters
    Type Name Description
    System.String segmentStart
    Returns
    Type
    PivotViewStripLineBuilder

    Size(Double)

    Allows to set the size of the pivot chart strip line, when it starts from the origin.

    Declaration
    public PivotViewStripLineBuilder Size(double size)
    Parameters
    Type Name Description
    System.Double size
    Returns
    Type
    PivotViewStripLineBuilder

    SizeType(Object)

    Allows to set the size type of the pivot chart strip line

    Declaration
    public PivotViewStripLineBuilder SizeType(object sizeType)
    Parameters
    Type Name Description
    System.Object sizeType
    Returns
    Type
    PivotViewStripLineBuilder

    Start(Double)

    Allows to set the start value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder Start(double start)
    Parameters
    Type Name Description
    System.Double start
    Returns
    Type
    PivotViewStripLineBuilder

    Start(String)

    Allows to set the start value of the pivot chart strip line.

    Declaration
    public PivotViewStripLineBuilder Start(string start)
    Parameters
    Type Name Description
    System.String start
    Returns
    Type
    PivotViewStripLineBuilder

    StartFromAxis(Boolean)

    If set true, strip line get render from pivot chart axis origin.

    Declaration
    public PivotViewStripLineBuilder StartFromAxis(bool startFromAxis)
    Parameters
    Type Name Description
    System.Boolean startFromAxis
    Returns
    Type
    PivotViewStripLineBuilder

    Text(String)

    Allows to set the strip line text.

    Declaration
    public PivotViewStripLineBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type
    PivotViewStripLineBuilder

    TextStyle(StripLinesPrimaryXAxisTextStyle)

    Allows options to customize the strip line text.

    Declaration
    public PivotViewStripLineBuilder TextStyle(StripLinesPrimaryXAxisTextStyle textStyle)
    Parameters
    Type Name Description
    StripLinesPrimaryXAxisTextStyle textStyle
    Returns
    Type
    PivotViewStripLineBuilder

    TextStyle(Action<PivotViewPivotChartAxisFontBuilder>)

    Declaration
    public PivotViewStripLineBuilder TextStyle(Action<PivotViewPivotChartAxisFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<PivotViewPivotChartAxisFontBuilder> textStyle
    Returns
    Type
    PivotViewStripLineBuilder

    VerticalAlignment(Object)

    Allows to set the position of the strip line text vertically. They are, Start: Places the strip line text at the start. Middle: Places the strip line text in the middle. End: Places the strip line text at the end.

    Declaration
    public PivotViewStripLineBuilder VerticalAlignment(object verticalAlignment)
    Parameters
    Type Name Description
    System.Object verticalAlignment
    Returns
    Type
    PivotViewStripLineBuilder

    Visible(Boolean)

    If set true, strip line for pivot chart axis renders.

    Declaration
    public PivotViewStripLineBuilder Visible(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible
    Returns
    Type
    PivotViewStripLineBuilder

    ZIndex(Object)

    Allows to set the order of the strip line. They are, Behind: Places the strip line behind the series elements. Over: Places the strip line over the series elements.

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