menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ChartStripLineBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartStripLineBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartStripLineBuilder : ControlBuilder

    Constructors

    ChartStripLineBuilder()

    Declaration
    public ChartStripLineBuilder()

    ChartStripLineBuilder(List<ChartStripLine>)

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

    Methods

    Add()

    Declaration
    public void Add()

    Border(ChartBorder)

    Border of the strip line.

    Declaration
    public ChartStripLineBuilder Border(ChartBorder border)
    Parameters
    Type Name Description
    ChartBorder border
    Returns
    Type Description
    ChartStripLineBuilder

    Border(Action<ChartBorderBuilder>)

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

    Color(String)

    Color of the strip line.

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

    DashArray(String)

    Dash Array of the strip line.

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

    End(Double)

    End value of the strip line.

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

    End(Object)

    End value of the strip line.

    Declaration
    public ChartStripLineBuilder End(object end)
    Parameters
    Type Name Description
    System.Object end
    Returns
    Type Description
    ChartStripLineBuilder

    HorizontalAlignment(Anchor)

    Defines 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 ChartStripLineBuilder HorizontalAlignment(Anchor horizontalAlignment)
    Parameters
    Type Name Description
    Anchor horizontalAlignment
    Returns
    Type Description
    ChartStripLineBuilder

    ImageUrl(String)

    The URL of the background image for the strip line.

    Declaration
    public ChartStripLineBuilder ImageUrl(string imageUrl)
    Parameters
    Type Name Description
    System.String imageUrl
    Returns
    Type Description
    ChartStripLineBuilder

    IsRepeat(Boolean)

    isRepeat value of the strip line.

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

    IsSegmented(Boolean)

    isSegmented value of the strip line.

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

    Opacity(Double)

    Strip line Opacity.

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

    RepeatEvery(Double)

    repeatEvery value of the strip line.

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

    RepeatEvery(Object)

    repeatEvery value of the strip line.

    Declaration
    public ChartStripLineBuilder RepeatEvery(object repeatEvery)
    Parameters
    Type Name Description
    System.Object repeatEvery
    Returns
    Type Description
    ChartStripLineBuilder

    RepeatUntil(Double)

    repeatUntil value of the strip line.

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

    RepeatUntil(Object)

    repeatUntil value of the strip line.

    Declaration
    public ChartStripLineBuilder RepeatUntil(object repeatUntil)
    Parameters
    Type Name Description
    System.Object repeatUntil
    Returns
    Type Description
    ChartStripLineBuilder

    Rotation(Double)

    The angle to which the strip line text gets rotated.

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

    SegmentAxisName(String)

    segmentAxisName of the strip line.

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

    SegmentEnd(Double)

    segmentEnd value of the strip line.

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

    SegmentEnd(Object)

    segmentEnd value of the strip line.

    Declaration
    public ChartStripLineBuilder SegmentEnd(object segmentEnd)
    Parameters
    Type Name Description
    System.Object segmentEnd
    Returns
    Type Description
    ChartStripLineBuilder

    SegmentStart(Double)

    segmentStart value of the strip line.

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

    SegmentStart(Object)

    segmentStart value of the strip line.

    Declaration
    public ChartStripLineBuilder SegmentStart(object segmentStart)
    Parameters
    Type Name Description
    System.Object segmentStart
    Returns
    Type Description
    ChartStripLineBuilder

    Size(Double)

    Size of the strip line, when it starts from the origin.

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

    SizeType(SizeType)

    Size type of the strip line.

    Declaration
    public ChartStripLineBuilder SizeType(SizeType sizeType)
    Parameters
    Type Name Description
    SizeType sizeType
    Returns
    Type Description
    ChartStripLineBuilder

    Start(Double)

    Start value of the strip line.

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

    Start(Object)

    Start value of the strip line.

    Declaration
    public ChartStripLineBuilder Start(object start)
    Parameters
    Type Name Description
    System.Object start
    Returns
    Type Description
    ChartStripLineBuilder

    StartFromAxis(Boolean)

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

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

    Text(String)

    Strip line text.

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

    TextStyle(ChartFont)

    Options to customize the strip line text.

    Declaration
    public ChartStripLineBuilder TextStyle(ChartFont textStyle)
    Parameters
    Type Name Description
    ChartFont textStyle
    Returns
    Type Description
    ChartStripLineBuilder

    TextStyle(Action<ChartFontBuilder>)

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

    VerticalAlignment(Anchor)

    Defines 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 ChartStripLineBuilder VerticalAlignment(Anchor verticalAlignment)
    Parameters
    Type Name Description
    Anchor verticalAlignment
    Returns
    Type Description
    ChartStripLineBuilder

    Visible(Boolean)

    If set true, strip line for axis renders.

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

    ZIndex(ZIndex)

    Specifies 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 ChartStripLineBuilder ZIndex(ZIndex zIndex)
    Parameters
    Type Name Description
    ZIndex zIndex
    Returns
    Type Description
    ChartStripLineBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved