alexa
menu

UWP

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

    Show / Hide Table of Contents

    Class RangeSegmentEnterEventArgs

    Represents the implementation of RangeSegmentEnterEventArgs class.

    Inheritance
    System.Object
    RangeSegmentEnterEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class RangeSegmentEnterEventArgs : EventArgs

    Constructors

    RangeSegmentEnterEventArgs()

    Declaration
    public RangeSegmentEnterEventArgs()

    Properties

    CanDrag

    Gets or sets a value indicating whether the segment can be dragged.

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

    HighValue

    Gets or sets the High Value.

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

    LowValue

    Gets or sets the Low Value.

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

    SegmentIndex

    Gets or sets the SegmentIndex.

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

    XValue

    Gets or sets the XValue.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved