Class ChartCandleType
Represents candle chart type.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartCandleType : ChartType, IDisposable
Constructors
ChartCandleType()
Declaration
public ChartCandleType()
Fields
BearFillColorProperty
Indicates the BearFillColor Dependency Property
Declaration
public static readonly DependencyProperty BearFillColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BullFillColorProperty
Indicates the BearFillColor Dependency Property
Declaration
public static readonly DependencyProperty BullFillColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Flags
Gets chart type flags. This is a dependency property.
Declaration
protected override ChartType.ChartTypeFlags Flags { get; }
Property Value
Type | Description |
---|---|
ChartType.ChartTypeFlags | The flags. |
Overrides
RequiresDataCount
Gets the required data count.
Declaration
public override int RequiresDataCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The require data count. |
Overrides
Methods
CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
Calculates the segments.
Declaration
protected override void CalculateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | points | The points. |
Overrides
GetBearFillColor(DependencyObject)
Gets the value of the BearFillColor dependency property.
Declaration
public static Brush GetBearFillColor(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
Returns
Type | Description |
---|---|
System.Windows.Media.Brush | The LowValueInterior Brush |
GetBullFillColor(DependencyObject)
Return the Brush Value from the given DependencyObject
Declaration
public static Brush GetBullFillColor(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type |
---|
System.Windows.Media.Brush |
SetBearFillColor(DependencyObject, Brush)
Sets the value of the BearFillColor dependency property.
Declaration
public static void SetBearFillColor(DependencyObject obj, Brush value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
System.Windows.Media.Brush | value | The value. |
SetBullFillColor(DependencyObject, Brush)
Sets the value of the BearFillColor dependency property.
Declaration
public static void SetBullFillColor(DependencyObject obj, Brush value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
System.Windows.Media.Brush | value | The value. |
ToString()
Converts ChartCandleType to string
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string |
Overrides
System.Object.ToString()
See Also
UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
Calculates the segments.
Declaration
protected override void UpdateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | points | The points. |
Overrides
See Also
Implements
System.IDisposable