WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScaleRange - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScaleRange

    Represents a range to be drawn against a scale.

    Inheritance
    System.Object
    ScaleRange
    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.ReportControls.Wpf.dll
    Syntax
    public class ScaleRange

    Constructors

    ScaleRange()

    Declaration
    public ScaleRange()

    ScaleRange(ReportSerializer)

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

    Properties

    ActionInfo

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

    BackgroundGradientType

    Declaration
    public BackgroundGradientTypes BackgroundGradientType { get; set; }
    Property Value
    Type Description
    BackgroundGradientTypes

    DistanceFromScale

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

    EndValue

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

    EndWidth

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

    Hidden

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

    InRangeBarPointerColor

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

    InRangeLabelColor

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

    InRangeTickMarksColor

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

    Name

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

    Placement

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

    StartValue

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

    StartWidth

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

    Style

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

    ToolTip

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