Class ChartKagiSegment
Represents Kagi chart segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartKagiSegment : ChartSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
FillBrushProperty
Identifies the FillBrush dependency property.
Declaration
public static readonly DependencyProperty FillBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsPriceDownProperty
Identifies the IsPriceDown dependency property.
Declaration
public static readonly DependencyProperty IsPriceDownProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsPriceUpProperty
Identifies the IsPriceUp dependency property.
Declaration
public static readonly DependencyProperty IsPriceUpProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PointsProperty
Identifies the Points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
FillBrush
Get and Set FillBrush
Declaration
public Brush FillBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
IsPriceDown
Gets or sets a value indicating whether this segment is price down. This is a dependency property.
Declaration
public bool IsPriceDown { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPriceUp
Gets or sets a value indicating whether this segment is price up. This is a dependency property.
Declaration
public bool IsPriceUp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Points
Gets or sets the points. This is a dependency property.
Declaration
public PointCollection Points { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.PointCollection | The points. |
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 | The Transformer |
Overrides
See Also
Implements
System.IDisposable