Class RangeSeriesBase
Class implementation for RangeSeriesBase
Inheritance
System.Object
    
    
    
    
    RangeSeriesBase
      
      
      
      
      
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class RangeSeriesBase : CartesianSeries, ICloneable, ISupportAxes2D, ISupportAxesConstructors
RangeSeriesBase()
Called when instance created for RangeSeriesBase
Declaration
public RangeSeriesBase()Fields
HighProperty
The DependencyProperty for High property.
Declaration
public static readonly DependencyProperty HighPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
LowProperty
The DependencyProperty for Low property.
Declaration
public static readonly DependencyProperty LowPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Properties
High
Gets or sets the property path to be bound with high value of HiLo series to render it. This is a bindable property.
Declaration
public string High { get; set; }Property Value
| Type | 
|---|
| System.String | 
HighValues
Gets or sets HighValues.
Declaration
protected IList<double> HighValues { get; set; }Property Value
| Type | 
|---|
| System.Collections.Generic.IList<System.Double> | 
Low
Gets or sets the property path to be bind with low value of HiLo series.
Declaration
public string Low { get; set; }Property Value
| Type | 
|---|
| System.String | 
LowValues
Gets or sets LowValues.
Declaration
protected IList<double> LowValues { get; set; }Property Value
| Type | 
|---|
| System.Collections.Generic.IList<System.Double> | 
Segment
Gets or sets Segment property.
Declaration
protected ChartSegment Segment { get; set; }Property Value
| Type | 
|---|
| ChartSegment | 
Methods
CloneSeries(DependencyObject)
Returns the instance of RangeSeriesBase series.
Declaration
protected override DependencyObject CloneSeries(DependencyObject obj)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | object | 
Returns
| Type | 
|---|
| System.Windows.DependencyObject | 
Overrides
GeneratePoints()
Method used generate adornment for range series.
Declaration
protected override void GeneratePoints()Overrides
OnBindingPathChanged(DependencyPropertyChangedEventArgs)
Called when binding path changed.
Declaration
protected override void OnBindingPathChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | Event args | 
Overrides
OnDataSourceChanged(IEnumerable, IEnumerable)
Called when ItemsSource property changed.
Declaration
protected override void OnDataSourceChanged(IEnumerable oldValue, IEnumerable newValue)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.IEnumerable | oldValue | old value | 
| System.Collections.IEnumerable | newValue | new value |