Class ChartRangeAreaType
Represents ChartRangeAreaType class
Implements
Inherited Members
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
RequiresDataCount
Gets the requirement for 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
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
See Also
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 |