Class ChartHiLoSegment
Represents Hilo chart type segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartHiLoSegment : ChartSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
HighXProperty
Identifies the HighX dependency property.
Declaration
public static readonly DependencyProperty HighXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HighYProperty
Identifies the HighY dependency property.
Declaration
public static readonly DependencyProperty HighYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LowXProperty
Identifies the LowX dependency property.
Declaration
public static readonly DependencyProperty LowXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LowYProperty
Identifies the LowY dependency property.
Declaration
public static readonly DependencyProperty LowYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
HighX
Gets or sets the high X value. This is a dependency property.
Declaration
public double HighX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The high X. |
HighY
Gets or sets the high Y value. This is a dependency property.
Declaration
public double HighY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The high Y. |
LowX
Gets or sets the low X value. This is a dependency property.
Declaration
public double LowX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The low X. |
LowY
Gets or sets the low Y value. This is a dependency property.
Declaration
public double LowY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The low 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. |
Overrides
See Also
Implements
System.IDisposable