ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ScaleLabels

    Defines the appearance of labels on a scale.

    Inheritance
    System.Object
    ScaleLabels
    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 ScaleLabels

    Constructors

    ScaleLabels()

    Declaration
    public ScaleLabels()

    ScaleLabels(ReportSerializer)

    Declaration
    public ScaleLabels(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

    Hidden

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

    Interval

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

    IntervalOffset

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

    Placement

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

    RotateLabels

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

    ShowEndLabels

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

    Style

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

    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