menu

UWP

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

    Show / Hide Table of Contents

    Class ChartDragSegmentInfo

    Represents a ChartDragPoint that includes a current and existing value.

    Inheritance
    System.Object
    ChartDragPointinfo
    ChartDragSegmentInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartDragPointinfo.Brush
    ChartDragPointinfo.Delta
    ChartDragPointinfo.FontFamily
    ChartDragPointinfo.FontSize
    ChartDragPointinfo.FontStyle
    ChartDragPointinfo.Foreground
    ChartDragPointinfo.IsNegative
    ChartDragPointinfo.OnPropertyChanged(String)
    ChartDragPointinfo.PostfixLabelTemplate
    ChartDragPointinfo.PostfixLabelTemplateX
    ChartDragPointinfo.PrefixLabelTemplate
    ChartDragPointinfo.PrefixLabelTemplateX
    ChartDragPointinfo.PropertyChanged
    ChartDragPointinfo.ScreenCoordinates
    ChartDragPointinfo.Segment
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartDragSegmentInfo : ChartDragPointinfo, INotifyPropertyChanged

    Constructors

    ChartDragSegmentInfo()

    Declaration
    public ChartDragSegmentInfo()

    Properties

    BaseValue

    Gets or sets base value.

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

    NewValue

    Gets or sets new value.

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

    NewXValue

    Gets or sets new x value.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    ChartDragPointinfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved