menu

WPF

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

    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.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    System.String

    RangeEnd

    Gets or sets the end value for range.

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

    RangeStart

    Gets or sets the start value for range.

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

    RangeStroke

    Gets or sets the stroke color of range.

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