WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCandleType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCandleType

    Represents candle chart type.

    Inheritance
    System.Object
    ChartType
    ChartCandleType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.SpacingProperty
    ChartType.GetSpacing(ChartArea)
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.Calculate(ChartSeries)
    ChartType.Update(ChartSeries)
    ChartType.IsCompatible(ChartType)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.Dispose()
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsStacked
    ChartType.IsSideBySide
    ChartType.RequiresAxis
    ChartType.IsIndependent
    ChartType.AxesType
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.DependencyProperty

    BullFillColorProperty

    Indicates the BearFillColor Dependency Property

    Declaration
    public static readonly DependencyProperty BullFillColorProperty
    Field Value
    Type Description
    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
    ChartType.Flags

    RequiresDataCount

    Gets the required data count.

    Declaration
    public override int RequiresDataCount { get; }
    Property Value
    Type Description
    System.Int32

    The require data count.

    Overrides
    ChartType.RequiresDataCount

    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
    ChartType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])

    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 Description
    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
    ChartCandleType

    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
    ChartType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    See Also
    ChartCandleType

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved