menu

WPF

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

    Show / Hide Table of Contents

    Class ChartDragSeriesInfo

    Represents a ChartDragPoint that includes a offsety value.

    Inheritance
    System.Object
    ChartDragPointinfo
    ChartDragSeriesInfo
    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
    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 ChartDragSeriesInfo : ChartDragPointinfo, INotifyPropertyChanged

    Constructors

    ChartDragSeriesInfo()

    Declaration
    public ChartDragSeriesInfo()

    Properties

    OffsetY

    Gets or sets value of y offset

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

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

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