Blazor

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

    Show / Hide Table of Contents

    Class ChartStripline

    Strip lines are used to shade the different ranges in plot area in different colors to improve the readability of the chart. You can annotate it with text to indicate what that particular region indicates.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    ChartCommonStripLines
    ChartStripline
    Inherited Members
    ChartCommonStripLines.Border
    ChartCommonStripLines.Color
    ChartCommonStripLines.DashArray
    ChartCommonStripLines.End
    ChartCommonStripLines.HorizontalAlignment
    ChartCommonStripLines.IsRepeat
    ChartCommonStripLines.IsSegmented
    ChartCommonStripLines.Opacity
    ChartCommonStripLines.RepeatEvery
    ChartCommonStripLines.RepeatUntil
    ChartCommonStripLines.Rotation
    ChartCommonStripLines.SegmentAxisName
    ChartCommonStripLines.SegmentEnd
    ChartCommonStripLines.SegmentStart
    ChartCommonStripLines.Size
    ChartCommonStripLines.SizeType
    ChartCommonStripLines.Start
    ChartCommonStripLines.StartFromAxis
    ChartCommonStripLines.Text
    ChartCommonStripLines.TextStyle
    ChartCommonStripLines.VerticalAlignment
    ChartCommonStripLines.Visible
    ChartCommonStripLines.ZIndex
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartStripline : ChartCommonStripLines

    Constructors

    ChartStripline()

    Declaration
    public ChartStripline()

    Properties

    ChildContent

    Gets and sets the content of the UI element.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

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

    OnParametersSetAsync()

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