alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotChartStripLines

    Allows to customize the strip lineof the pivot chart.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    PivotChartStripLines
    PivotChartPrimaryXAxisStripLineSetting
    PivotChartPrimaryYAxisStripLineSetting
    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.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotChartStripLines : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    PivotChartStripLines()

    Declaration
    public PivotChartStripLines()

    Properties

    Color

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

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

    DashArray

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

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

    End

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

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

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

    IsRepeat

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

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

    IsSegmented

    Allows to set the isSegmented value of the pivot chart 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

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

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

    RepeatUntil

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

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

    Rotation

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

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

    SegmentAxisName

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

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

    SegmentEnd

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

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

    SegmentStart

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

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

    Size

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

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

    SizeType

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

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

    Start

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

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

    StartFromAxis

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

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

    Text

    Allows to set the strip line text.

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

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

    Visible

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

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

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

    Implements

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