alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class StockChartCommonStripLine

    To specify customization options for stock chart axis stripline.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    StockChartCommonStripLine
    StockChartAxisStripLine
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartCommonStripLine : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    StockChartCommonStripLine()

    Declaration
    public StockChartCommonStripLine()

    Properties

    Color

    Color of the strip line.

    Declaration
    [Parameter]
    public string Color { get; set; }
    Property Value
    Type
    string

    DashArray

    Dash Array of the strip line.

    Declaration
    [Parameter]
    public string DashArray { get; set; }
    Property Value
    Type
    string

    Delay

    The option to delay animation of the series.

    Declaration
    [Parameter]
    public double Delay { get; set; }
    Property Value
    Type
    double

    Duration

    The duration of animation in milliseconds.

    Declaration
    [Parameter]
    public double Duration { get; set; }
    Property Value
    Type
    double

    Enable

    If set to true, series gets animated on initial loading.

    Declaration
    [Parameter]
    public bool Enable { get; set; }
    Property Value
    Type
    bool

    End

    End value of the strip line.

    Declaration
    [Parameter]
    public object End { get; set; }
    Property Value
    Type
    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
    [Parameter]
    public Anchor HorizontalAlignment { get; set; }
    Property Value
    Type
    Anchor

    IsRepeat

    isRepeat value of the strip line.

    Declaration
    [Parameter]
    public bool IsRepeat { get; set; }
    Property Value
    Type
    bool

    IsSegmented

    isSegmented value of the strip line.

    Declaration
    [Parameter]
    public bool IsSegmented { get; set; }
    Property Value
    Type
    bool

    Opacity

    Strip line Opacity.

    Declaration
    [Parameter]
    public double Opacity { get; set; }
    Property Value
    Type
    double

    RepeatEvery

    RepeatEvery value of the strip line.

    Declaration
    [Parameter]
    public object RepeatEvery { get; set; }
    Property Value
    Type
    object

    RepeatUntil

    RepeatUntil value of the strip line.

    Declaration
    [Parameter]
    public object RepeatUntil { get; set; }
    Property Value
    Type
    object

    Rotation

    The angle to which the strip line text gets rotated.

    Declaration
    [Parameter]
    public double Rotation { get; set; }
    Property Value
    Type
    double

    SegmentAxisName

    SegmentAxisName of the strip line.

    Declaration
    [Parameter]
    public string SegmentAxisName { get; set; }
    Property Value
    Type
    string

    SegmentEnd

    SegmentEnd value of the strip line.

    Declaration
    [Parameter]
    public object SegmentEnd { get; set; }
    Property Value
    Type
    object

    SegmentStart

    SegmentStart value of the strip line.

    Declaration
    [Parameter]
    public object SegmentStart { get; set; }
    Property Value
    Type
    object

    Size

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

    Declaration
    [Parameter]
    public double Size { get; set; }
    Property Value
    Type
    double

    SizeType

    Size type of the strip line.

    Declaration
    [Parameter]
    public SizeType SizeType { get; set; }
    Property Value
    Type
    SizeType

    Start

    Start value of the strip line.

    Declaration
    [Parameter]
    public object Start { get; set; }
    Property Value
    Type
    object

    StartFromAxis

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

    Declaration
    [Parameter]
    public bool StartFromAxis { get; set; }
    Property Value
    Type
    bool

    Text

    Strip line text.

    Declaration
    [Parameter]
    public string Text { get; set; }
    Property Value
    Type
    string

    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
    [Parameter]
    public Anchor VerticalAlignment { get; set; }
    Property Value
    Type
    Anchor

    Visible

    If set true, strip line for axis renders.

    Declaration
    [Parameter]
    public bool Visible { get; set; }
    Property Value
    Type
    bool

    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
    [Parameter]
    public ZIndex ZIndex { get; set; }
    Property Value
    Type
    ZIndex

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved