Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCommonStripLines - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCommonStripLines

    Options to customize the striplines of the axis.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    ChartCommonStripLines
    ChartStripline
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartCommonStripLines : SfDataBoundComponent

    Constructors

    ChartCommonStripLines()

    Declaration
    public ChartCommonStripLines()

    Properties

    Border

    Border of the strip line.

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

    Color

    Color of the strip line.

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

    DashArray

    Dash Array of the strip line.

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

    End

    End value of the strip line.

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

    HorizontalAlignment

    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 Anchor HorizontalAlignment { get; set; }
    Property Value
    Type Description
    Anchor

    IsRepeat

    IsRepeat value of the strip line.

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

    IsSegmented

    IsSegmented value of the strip line

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

    Opacity

    Strip line Opacity.

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

    RepeatEvery

    repeatEvery value of the strip line.

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

    RepeatUntil

    repeatUntil value of the strip line.

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

    Rotation

    The angle to which the strip line text gets rotated.

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

    SegmentAxisName

    segmentAxisName of the strip line.

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

    SegmentEnd

    segmentEnd value of the strip line.

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

    SegmentStart

    segmentStart value of the strip line.

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

    Size

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

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

    SizeType

    Size type of the strip line

    Declaration
    public SizeType SizeType { get; set; }
    Property Value
    Type Description
    SizeType

    Start

    Start value of the strip line.

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

    StartFromAxis

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

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

    Text

    Strip line text.

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

    TextStyle

    Options to customize the strip line text.

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

    VerticalAlignment

    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 Anchor VerticalAlignment { get; set; }
    Property Value
    Type Description
    Anchor

    Visible

    If set true, strip line for axis renders.

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

    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 ZIndex ZIndex { get; set; }
    Property Value
    Type Description
    ZIndex

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved