menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeSeriesBase - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeSeriesBase

    Serves as a base class for all types of range series.

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    RangeSeriesBase
    RangeAreaSeries
    RangeColumnSeries
    Inherited Members
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.GetDataPoints(Rectangle)
    CartesianSeries.IsTransposed
    CartesianSeries.IsTransposedProperty
    CartesianSeries.OnBindingContextChanged()
    CartesianSeries.OnParentSet()
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.ShowTrackballInfoProperty
    CartesianSeries.TrackballLabelTemplate
    CartesianSeries.TrackballLabelTemplateProperty
    CartesianSeries.Trendlines
    CartesianSeries.TrendlinesProperty
    CartesianSeries.XAxis
    CartesianSeries.XAxisProperty
    CartesianSeries.YAxis
    CartesianSeries.YAxisProperty
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.AnimationDurationProperty
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.ColorModelProperty
    ChartSeries.ColorProperty
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataMarkerProperty
    ChartSeries.EnableAnimation
    ChartSeries.EnableAnimationProperty
    ChartSeries.EnableDataPointSelection
    ChartSeries.EnableDataPointSelectionProperty
    ChartSeries.EnableTooltip
    ChartSeries.EnableTooltipProperty
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.IsSelected
    ChartSeries.IsVisible
    ChartSeries.IsVisibleOnLegend
    ChartSeries.IsVisibleOnLegendProperty
    ChartSeries.IsVisibleProperty
    ChartSeries.ItemsSource
    ChartSeries.ItemsSourceProperty
    ChartSeries.Label
    ChartSeries.LabelProperty
    ChartSeries.LegendIcon
    ChartSeries.LegendIconProperty
    ChartSeries.ListenPropertyChange
    ChartSeries.ListenPropertyChangeProperty
    ChartSeries.Opacity
    ChartSeries.OpacityProperty
    ChartSeries.ResumeNotification()
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointColorProperty
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SelectedDataPointIndexProperty
    ChartSeries.StrokeWidth
    ChartSeries.StrokeWidthProperty
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipTemplate
    ChartSeries.TooltipTemplateProperty
    ChartSeries.XBindingPath
    ChartSeries.XBindingPathProperty
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public abstract class RangeSeriesBase : CartesianSeries, IThemeElement

    Constructors

    RangeSeriesBase()

    Initializes a new instance of the RangeSeriesBase class.

    Declaration
    public RangeSeriesBase()

    Fields

    HighProperty

    Gets or sets the Highbinding path in Items source. This is a bindable property.

    Declaration
    public static readonly BindableProperty HighProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    LowProperty

    Gets or sets the Lowbinding path in Items source. This is a bindable property.

    Declaration
    public static readonly BindableProperty LowProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    High

    Gets or sets the Highbinding path in Items source. This is a bindable property.

    Declaration
    public string High { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String as its value.

    Low

    Gets or sets the Lowbinding path in Items source. This is a bindable property.

    Declaration
    public string Low { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String as its value.

    Methods

    GetChartDataPoints()

    Method used to get the collection of ChartDataPoint which is used to render all the types of range series.

    Declaration
    public override IList<ChartDataPoint> GetChartDataPoints()
    Returns
    Type Description
    System.Collections.Generic.IList<ChartDataPoint>

    Collection.

    Overrides
    ChartSeries.GetChartDataPoints()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved