Class PivotChartLabelPlacement
Defines the Label Placement for category axis. They are BetweenTicks - Render the label between the ticks. OnTicks - Render the label on the ticks.
Inheritance
System.Object
PivotChartLabelPlacement
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartLabelPlacement : Enum
Fields
BetweenTicks
BetweenTicks - Render the label between the ticks.
Declaration
public const PivotChartLabelPlacement BetweenTicks
Field Value
Type |
---|
PivotChartLabelPlacement |
OnTicks
OnTicks - Render the label on the ticks.
Declaration
public const PivotChartLabelPlacement OnTicks
Field Value
Type |
---|
PivotChartLabelPlacement |