menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRangeAreaType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRangeAreaType

    Represents ChartRangeAreaType class

    Inheritance
    System.Object
    ChartType
    ChartAreaType
    ChartRangeAreaType
    ChartHiLoAreaType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.AxesType
    ChartType.Calculate(ChartSeries)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.Dispose()
    ChartType.GetSpacing(ChartArea)
    ChartType.IsCompatible(ChartType)
    ChartType.IsIndependent
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsSideBySide
    ChartType.IsStacked
    ChartType.RequiresAxis
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.Update(ChartSeries)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    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 class ChartRangeAreaType : ChartAreaType, IDisposable
    Remarks

    Range Area Chart is a variation of Area Chart type that lets you plot bands of data in a chart, like Bollinger bands, weather patterns, etc. Each point in the chart is specified by 2 Y values – the lower and higher end of the band.

    Fields

    HighValueInteriorProperty

    Indicates the HighValueInterior Dependency Property

    Declaration
    public static readonly DependencyProperty HighValueInteriorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LowValueInteriorProperty

    Indicates the LowValueInterior Dependency Property

    Declaration
    public static readonly DependencyProperty LowValueInteriorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Flags

    Gets the flags. This is a dependency property.

    Declaration
    protected override ChartType.ChartTypeFlags Flags { get; }
    Property Value
    Type Description
    ChartType.ChartTypeFlags

    The flags.

    Overrides
    ChartAreaType.Flags

    RequiresDataCount

    Gets the requirement for 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
    ChartAreaType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])

    GetCrossPoint(Point, Point, Point, Point)

    Gets the cross point.

    Declaration
    protected static Point? GetCrossPoint(Point p11, Point p12, Point p21, Point p22)
    Parameters
    Type Name Description
    System.Windows.Point p11

    The P11 value.

    System.Windows.Point p12

    The P12 value.

    System.Windows.Point p21

    The P21 value.

    System.Windows.Point p22

    The P22 value.

    Returns
    Type Description
    System.Nullable<System.Windows.Point>

    The CrossPoint

    GetHighValueInterior(DependencyObject)

    Gets the value of the HighValueInterior dependency property.

    Declaration
    public static Brush GetHighValueInterior(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObjectobj.

    Returns
    Type Description
    System.Windows.Media.Brush

    The HighValueInterior brush

    GetLowValueInterior(DependencyObject)

    Gets the value of the LowValueInterior dependency property.

    Declaration
    public static Brush GetLowValueInterior(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObject obj.

    Returns
    Type Description
    System.Windows.Media.Brush

    The LowValueInterior Brush

    SetHighValueInterior(DependencyObject, Brush)

    Sets the value of the HighValueInterior dependency property.

    Declaration
    public static void SetHighValueInterior(DependencyObject obj, Brush value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObject obj.

    System.Windows.Media.Brush value

    The value.

    SetLowValueInterior(DependencyObject, Brush)

    Sets the value of the LowValueInterior dependency property.

    Declaration
    public static void SetLowValueInterior(DependencyObject obj, Brush value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObject obj.

    System.Windows.Media.Brush value

    The value.

    ToString()

    Converts ChartAreaType to string

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

    The string

    Overrides
    ChartAreaType.ToString()
    See Also
    ChartRangeAreaType

    UpdateSegments(ChartSeries, ChartIndexedDataPoint[])

    Updates the segments.

    Declaration
    protected override void UpdateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
    Parameters
    Type Name Description
    ChartSeries series

    The Chart Series

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] points

    The series points

    Overrides
    ChartAreaType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    See Also
    ChartRangeAreaType

    Implements

    System.IDisposable

    See Also

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