Class PivotChartAnchor
Defines the strip line text position. Start - Places the strip line text at the start. Middle - Places the strip line text in the middle. End - Places the strip line text at the end.
Inheritance
System.Object
PivotChartAnchor
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartAnchor : Enum
Fields
End
End - Places the strip line text at the end.
Declaration
public const PivotChartAnchor End
Field Value
Type |
---|
PivotChartAnchor |
Middle
Middle - Places the strip line text in the middle.
Declaration
public const PivotChartAnchor Middle
Field Value
Type |
---|
PivotChartAnchor |
Start
Start - Places the strip line text at the start.
Declaration
public const PivotChartAnchor Start
Field Value
Type |
---|
PivotChartAnchor |