ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PinLabel - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PinLabel

    Represents a label for a pin value at one end of a scale.

    Inheritance
    System.Object
    PinLabel
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class PinLabel

    Constructors

    PinLabel()

    Declaration
    public PinLabel()

    PinLabel(ReportSerializer)

    Declaration
    public PinLabel(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    AllowUpsideDown

    Declaration
    public bool AllowUpsideDown { get; set; }
    Property Value
    Type Description
    System.Boolean

    DistanceFromScale

    Declaration
    public float DistanceFromScale { get; set; }
    Property Value
    Type Description
    System.Single

    FontAngle

    Declaration
    public float FontAngle { get; set; }
    Property Value
    Type Description
    System.Single

    Placement

    Declaration
    public Placement Placement { get; set; }
    Property Value
    Type Description
    Placement

    RotateLabel

    Declaration
    public bool RotateLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Style

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    UseFontPercent

    Declaration
    public bool UseFontPercent { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved