menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartLabelPlacement - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

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