Blazor

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

    Show / Hide Table of Contents

    Class PivotChartConnectorStyle

    Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.

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

    Constructors

    PivotChartConnectorStyle()

    Declaration
    public PivotChartConnectorStyle()

    Properties

    Color

    Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.

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

    DashArray

    dashArray of the connector line for pie, funnel, doughnut and pyramid chart.

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

    Length

    Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.

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

    Type

    specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are Smooth Line

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

    Width

    Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.

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

    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