menu

WPF

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

    Show / Hide Table of Contents

    Class RangeSegmentEnterEventArgs

    Inheritance
    System.Object
    System.EventArgs
    RangeSegmentEnterEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class RangeSegmentEnterEventArgs : EventArgs

    Constructors

    RangeSegmentEnterEventArgs()

    Declaration
    public RangeSegmentEnterEventArgs()

    Properties

    CanDrag

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

    HighValue

    Declaration
    public object HighValue { get; set; }
    Property Value
    Type
    System.Object

    LowValue

    Declaration
    public object LowValue { get; set; }
    Property Value
    Type
    System.Object

    SegmentIndex

    Declaration
    public int SegmentIndex { get; set; }
    Property Value
    Type
    System.Int32

    XValue

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