Class ChartCandleSegment
Represents price segment that is a part of candle chart type.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartCandleSegment : ChartColumnSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
FillBrushProperty
Identifies the FillBrush dependency property. Using a DependencyProperty as the backing store for FillBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HiXProperty
Identifies the HiX dependency property.
Declaration
public static readonly DependencyProperty HiXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HiYProperty
Identifies the HiY dependency property.
Declaration
public static readonly DependencyProperty HiYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LoXProperty
Identifies the LoX dependency property.
Declaration
public static readonly DependencyProperty LoXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LoYProperty
Identifies the LoY dependency property.
Declaration
public static readonly DependencyProperty LoYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
FillBrush
Gets or sets the fill brush.
Declaration
public Brush FillBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The fill brush. |
HiX
Gets or sets the Hi X value
Declaration
public double HiX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The hi X value. |
HiY
Gets or sets the hi Y value.
Declaration
public double HiY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The hi Y value. |
IsBullValue
Get and Set IsBullValue
Declaration
protected bool IsBullValue { get; set; }
Property Value
Type |
---|
System.Boolean |
LoX
Gets or sets the low X.
Declaration
public double LoX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The lo X value. |
LoY
Gets or sets the low Y.
Declaration
public double LoY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The lo Y value. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
Draw3DSegment(IChartTransformer)
Draws the 3D segment.
Declaration
public override void Draw3DSegment(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
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. |