WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Range - WPF API Reference | Syncfusion Range class, and set required properties. ">

    Show / Hide Table of Contents

    Class Range

    Represents the tooltip value for ranges. To render this, create an instance of the Range class, and set required properties.

    Inheritance
    System.Object
    Range
    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.UI.Xaml.BulletGraph
    Assembly: Syncfusion.SfBulletGraph.WPF.dll
    Syntax
    public class Range

    Constructors

    Range()

    Declaration
    public Range()

    Properties

    Caption

    Gets or sets the caption of range.

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

    RangeEnd

    Gets or sets the end value for range.

    Declaration
    public double RangeEnd { get; set; }
    Property Value
    Type Description
    System.Double

    RangeStart

    Gets or sets the start value for range.

    Declaration
    public double RangeStart { get; set; }
    Property Value
    Type Description
    System.Double

    RangeStroke

    Gets or sets the stroke color of range.

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