Class ChartFastHiLoOpenCloseSegment
Class implementation for ChartFastHiLoOpenCloseSegment
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartFastHiLoOpenCloseSegment : ChartSegment, IDisposable
Fields
PointsProperty
Identifies the points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AffectRender
Get or Set AffectRenderProperty
Declaration
public bool AffectRender { get; set; }
Property Value
Type |
---|
System.Boolean |
Points
Get or Set PointsProperty
Declaration
public HiLoOpenCloseChartDrawingValuesCollection Points { get; set; }
Property Value
Type |
---|
HiLoOpenCloseChartDrawingValuesCollection |
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.
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
Implements
System.IDisposable