menu

WinForms

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

    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.OnPropertyChanged(String)
    ChartDragPointinfo.FontFamily
    ChartDragPointinfo.FontSize
    ChartDragPointinfo.FontStyle
    ChartDragPointinfo.Foreground
    ChartDragPointinfo.Brush
    ChartDragPointinfo.Segment
    ChartDragPointinfo.Delta
    ChartDragPointinfo.IsNegative
    ChartDragPointinfo.ScreenCoordinates
    ChartDragPointinfo.PrefixLabelTemplate
    ChartDragPointinfo.PostfixLabelTemplate
    ChartDragPointinfo.PrefixLabelTemplateX
    ChartDragPointinfo.PostfixLabelTemplateX
    ChartDragPointinfo.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.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 Description
    System.Double

    NewValue

    Gets or sets new value.

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

    NewXValue

    Gets or sets new x value.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

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