WPF

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

    Show / Hide Table of Contents

    Class ChartThreeLineBreakType

    Represents ChartThreeLineBreakType class

    Inheritance
    System.Object
    ChartType
    ChartThreeLineBreakType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.SpacingProperty
    ChartType.GetSpacing(ChartArea)
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.IsCompatible(ChartType)
    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.RequiresDataCount
    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 ChartThreeLineBreakType : ChartType, IDisposable
    Remarks

    Three Line Break Chart is similar in concept to point and figure charts. The Three Line Break charting method is so-named because of the number of lines typically used. It displays a series of vertical boxes ("lines") that are based on changes in prices. It ignores the passage of time. The three-line break chart looks like a series of rising and falling lines of varying heights. Each new line, like the Xs and Os of a point and figure chart, occupies a new column. Based on closing prices (or highs and lows), a new rising line is drawn if the previous high is exceeded and a new falling line is drawn if the price hits a new low. Change in price trends are highlighted by changing colors. Use the PriceUpColor to indicate bullish trend and PriceDownColor to indicate bearish trend. The ReversalAmount specifies the threshold amount by which the price should change to begin rendering a new vertical box in the appropriate direction.

    Fields

    BreakLineCountProperty

    Identifies the BreakLineCount dependency property.

    Declaration
    public static readonly DependencyProperty BreakLineCountProperty
    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

    Methods

    Calculate(ChartSeries)

    Calculates the segments of specified series.

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

    The series.

    Overrides
    ChartType.Calculate(ChartSeries)

    GetBreakLineCount(ChartSeries)

    Gets the break line count.

    Declaration
    public static int GetBreakLineCount(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Int32

    the BreakLineCount

    SetBreakLineCount(ChartSeries, Int32)

    Sets the break line count.

    Declaration
    public static void SetBreakLineCount(ChartSeries series, int value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Int32 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
    ChartThreeLineBreakType

    Update(ChartSeries)

    Updates the specified series.

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

    The series.

    Overrides
    ChartType.Update(ChartSeries)

    Implements

    System.IDisposable

    See Also

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