Class ChartHiLoOpenCloseSegment
Represents HiLo Open-Close chart type segment.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartHiLoOpenCloseSegment : ChartHiLoSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
EndCloseXProperty
Identifies the EndCloseX dependency property.
Declaration
public static readonly DependencyProperty EndCloseXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EndCloseYProperty
Identifies the EndCloseY dependency property.
Declaration
public static readonly DependencyProperty EndCloseYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EndOpenXProperty
Identifies the EndOpenX dependency property.
Declaration
public static readonly DependencyProperty EndOpenXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
EndOpenYProperty
Identifies the EndOpenY dependency property.
Declaration
public static readonly DependencyProperty EndOpenYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartCloseXProperty
Identifies the StartCloseX dependency property.
Declaration
public static readonly DependencyProperty StartCloseXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartCloseYProperty
Identifies the StartCloseY dependency property.
Declaration
public static readonly DependencyProperty StartCloseYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartOpenXProperty
Identifies the StartOpenX dependency property.
Declaration
public static readonly DependencyProperty StartOpenXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StartOpenYProperty
Identifies the StartOpenY dependency property.
Declaration
public static readonly DependencyProperty StartOpenYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
EndCloseX
Gets or sets the end close X. This is a dependency property.
Declaration
public double EndCloseX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end close X. |
EndCloseY
Gets or sets the end close Y. This is a dependency property.
Declaration
public double EndCloseY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end close Y. |
EndOpenX
Gets or sets the end open X. This is a dependency property.
Declaration
public double EndOpenX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end open X. |
EndOpenY
Gets or sets the end open Y. This is a dependency property.
Declaration
public double EndOpenY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end open Y. |
StartCloseX
Gets or sets the start close X. This is a dependency property.
Declaration
public double StartCloseX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start close X. |
StartCloseY
Gets or sets the start close Y. This is a dependency property.
Declaration
public double StartCloseY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start close Y. |
StartOpenX
Gets or sets the start open X. This is a dependency property.
Declaration
public double StartOpenX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start open X. |
StartOpenY
Gets or sets the start open Y. This is a dependency property.
Declaration
public double StartOpenY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start open Y. |
Methods
Update(IChartTransformer)
Updates the real coordinates of segment.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | Instance of class that implements Syncfusion.Windows.Chart.IChartTransformer interface. |