Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartConnectorStyleModel

    Show / Hide Table of Contents

    Class PivotChartConnectorStyleModel

    Interface for a class PivotChartConnectorStyle.

    Inheritance
    System.Object
    PivotChartConnectorStyleModel
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotChartConnectorStyleModel : Object

    Constructors

    PivotChartConnectorStyleModel()

    Declaration
    public PivotChartConnectorStyleModel()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved