Class ChartRenkoSegment
Represents chart renko segment.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartRenkoSegment : ChartSegment, IDisposable
Remarks
Single renko segment is created for
Fields
GeometryProperty
Identifies the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsPriceDownProperty
Identifies IsPriceDown dependency property.
Declaration
public static readonly DependencyProperty IsPriceDownProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsPriceUpProperty
Identifies IsPriceUp dependency property.
Declaration
public static readonly DependencyProperty IsPriceUpProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Geometry
Gets or sets the geometry. This is a dependency property.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Geometry | The geometry. |
Remarks
Represents the geometry of the segment.
IsPriceDown
Gets a value indicating whether this renko segment represents price moving down. This is a dependency property.
Declaration
public bool IsPriceDown { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPriceUp
Gets a value indicating whether this renko segment represents price moving up. This is a dependency property.
Declaration
public bool IsPriceUp { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
Update(IChartTransformer)
Updates the real coordinates of segment with respect to chart type.
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. |