Class HiLoOpenCloseDrawingValues
Class implementation for HiLoOpenCloseDrawingValues
Inheritance
System.Object
HiLoOpenCloseDrawingValues
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class HiLoOpenCloseDrawingValues : DependencyObject
Constructors
HiLoOpenCloseDrawingValues()
Declaration
public HiLoOpenCloseDrawingValues()
Fields
EndClosePointProperty
Identifies the EndClosepoint dependency property.
Declaration
public static readonly DependencyProperty EndClosePointProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EndOpenPointProperty
Identifies the EndOpenPoint dependency property.
Declaration
public static readonly DependencyProperty EndOpenPointProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HighPointProperty
Identifies the HighPoint dependency property.
Declaration
public static readonly DependencyProperty HighPointProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LowPointProperty
Identifies the LowPoint dependency property.
Declaration
public static readonly DependencyProperty LowPointProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartClosePointProperty
Identifies the StartClosePoint dependency property.
Declaration
public static readonly DependencyProperty StartClosePointProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartOpenPointProperty
Identifies the StartOpenPoint dependency property.
Declaration
public static readonly DependencyProperty StartOpenPointProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
EndClosePoint
Get or Set EndClosePointProperty
Declaration
public Point EndClosePoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
EndOpenPoint
Gets or Sets the EndOpenPointProperty
Declaration
public Point EndOpenPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
HighPoint
Gets or Sets the HighPointProperty
Declaration
public Point HighPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
LowPoint
Gets or Sets the LowPointProperty
Declaration
public Point LowPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
StartClosePoint
Gets or Sets the StartClosePointProperty
Declaration
public Point StartClosePoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
StartOpenPoint
Get or Sets the StartOpenPointProperty
Declaration
public Point StartOpenPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |