Class PivotChartLabelPosition
Defines the LabelPosition for chart types pie, doughnut, Funnel and pyramid. They are Inside - Define the data label position for the accumulation series Inside. Outside - Define the data label position for the accumulation series Outside.
Inheritance
System.Object
PivotChartLabelPosition
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartLabelPosition : Enum
Fields
Inside
Inside - Define the data label position for the accumulation series Inside.
Declaration
public const PivotChartLabelPosition Inside
Field Value
Type |
---|
PivotChartLabelPosition |
Outside
Outside - Define the data label position for the accumulation series Outside.
Declaration
public const PivotChartLabelPosition Outside
Field Value
Type |
---|
PivotChartLabelPosition |