WPF

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

    Show / Hide Table of Contents

    Class ChartPointAndFigureType

    Represents ChartPointAndFigureType class

    Inheritance
    System.Object
    ChartType
    ChartPointAndFigureType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.SpacingProperty
    ChartType.GetSpacing(ChartArea)
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    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 ChartPointAndFigureType : ChartType, IDisposable
    Remarks

    Point and Figure Chart is used to identify support levels, resistance levels and chart patterns. The chart ignores the time factor and concentrates solely on movements in price - a column of Xs or Os may take one day or several weeks to complete. By convention, the first X in a column is plotted one box above the last O in the previous column (and the first O in a column is plotted one box below the highest X).

    Fields

    FigureCostProperty

    Identifies the FigureCost dependency property.

    Declaration
    public static readonly DependencyProperty FigureCostProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ReversalAmountProperty

    Identifies the ReversalAmount dependency property.

    Declaration
    public static readonly DependencyProperty ReversalAmountProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    StartFromProperty

    Identifies the StartFrom dependency property.

    Declaration
    public static readonly DependencyProperty StartFromProperty
    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 require data count.

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

    The require data count.

    Overrides
    ChartType.RequiresDataCount

    Methods

    Calculate(ChartSeries)

    Calculates the segments.

    Declaration
    public override void Calculate(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The ChartSeries

    Overrides
    ChartType.Calculate(ChartSeries)

    GetFigureCost(ChartSeries)

    Gets the figure cost.

    Declaration
    public static double GetFigureCost(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Double

    Returns the figure cost

    GetReversalAmount(ChartSeries)

    Gets the reversal amount.

    Declaration
    public static double GetReversalAmount(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Double

    Returns the reversal amount

    GetStartFrom(ChartSeries)

    Gets the starting series.

    Declaration
    public static ChartPointAndFigure GetStartFrom(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    ChartPointAndFigure

    The start from value

    IsCompatible(ChartType)

    Determines whether the this type is compatible with specified type.

    Declaration
    public override bool IsCompatible(ChartType type)
    Parameters
    Type Name Description
    ChartType type

    The type value.

    Returns
    Type Description
    System.Boolean

    true if the type is compatible; otherwise, false.

    Overrides
    ChartType.IsCompatible(ChartType)

    OnReverseAmountChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when ReversalAmount property changed

    Declaration
    public static void OnReverseAmountChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    System.Windows.DependencyPropertyChangedEventArgs args

    onStartFromChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when StartFrom property changed.

    Declaration
    public static void onStartFromChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    System.Windows.DependencyPropertyChangedEventArgs args

    SetFigureCost(ChartSeries, Double)

    Sets the figure cost.

    Declaration
    public static void SetFigureCost(ChartSeries series, double value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Double value

    The value.

    SetReversalAmount(ChartSeries, Double)

    Sets the reversal amount.

    Declaration
    public static void SetReversalAmount(ChartSeries series, double value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Double value

    The value.

    SetStartFrom(ChartSeries, ChartPointAndFigure)

    Sets the starting series.

    Declaration
    public static void SetStartFrom(ChartSeries series, ChartPointAndFigure value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    ChartPointAndFigure value

    The value.

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()
    See Also
    ChartPointAndFigureType

    Update(ChartSeries)

    Updates chart.

    Declaration
    public override void Update(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The ChartSeries

    Overrides
    ChartType.Update(ChartSeries)
    See Also
    ChartPointAndFigureType

    Implements

    System.IDisposable

    See Also

    ChartPointAndFigureSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved