menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewStripLine

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PivotViewStripLine
    StripLinesPrimaryYAxis
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewStripLine : EJTagHelper

    Constructors

    PivotViewStripLine()

    Declaration
    public PivotViewStripLine()

    Properties

    Border

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

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

    The default value is null

    Color

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

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

    The default value is "#808080"

    DashArray

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

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

    The default value is null

    End

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

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

    The default value is null

    HorizontalAlignment

    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 object HorizontalAlignment { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    IsRepeat

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

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

    The default value is false

    IsSegmented

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

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

    The default value is false

    Opacity

    Strip line Opacity

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

    The default value is 1

    RepeatEvery

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

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

    The default value is null

    RepeatUntil

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

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

    The default value is null

    Rotation

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

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

    The default value is Double.NaN

    SegmentAxisName

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

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

    The default value is null

    SegmentEnd

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

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

    The default value is null

    SegmentStart

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

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

    The default value is null

    Size

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

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

    The default value is Double.NaN

    SizeType

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

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

    The default value is null

    Start

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

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

    The default value is null

    StartFromAxis

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

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

    The default value is false

    Text

    Allows to set the strip line text.

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

    The default value is ""

    TextStyle

    Allows options to customize the strip line text.

    Declaration
    public StripLinesPrimaryXAxisTextStyle TextStyle { get; set; }
    Property Value
    Type Description
    StripLinesPrimaryXAxisTextStyle

    The default value is null

    VerticalAlignment

    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 object VerticalAlignment { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Visible

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

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

    The default value is true

    ZIndex

    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 object ZIndex { 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