Class PivotChartConnectorType
Defines the ConnectorType for chart types pie, doughnut, Funnel and pyramid. They are Line - Accumulation series Connector line type as Straight line. Curve - Accumulation series Connector line type as Curved line.
Inheritance
System.Object
PivotChartConnectorType
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartConnectorType : Enum
Fields
Curve
Curve - Accumulation series Connector line type as Curved line.
Declaration
public const PivotChartConnectorType Curve
Field Value
Type |
---|
PivotChartConnectorType |
Line
Line - Accumulation series Connector line type as Straight line.
Declaration
public const PivotChartConnectorType Line
Field Value
Type |
---|
PivotChartConnectorType |