alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

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

    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 - 2026 Syncfusion Inc. All Rights Reserved