Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HiLoOpenCloseSeries - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HiLoOpenCloseSeries

    Represents a OHLC chart. To render this chart, create an instance of this class and add it to Series collection property and set the required properties.

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    FinancialSeriesBase
    HiLoOpenCloseSeries
    CandleSeries
    Inherited Members
    FinancialSeriesBase.OnAttachedToChart()
    FinancialSeriesBase.OnDetachedFromChart()
    FinancialSeriesBase.OnBindingPathChanged()
    FinancialSeriesBase.High
    FinancialSeriesBase.Low
    FinancialSeriesBase.Open
    FinancialSeriesBase.Close
    FinancialSeriesBase.Spacing
    FinancialSeriesBase.Width
    FinancialSeriesBase.BearFillColor
    FinancialSeriesBase.BullFillColor
    CartesianSeries.FindNearestChartPoint(Single, Single)
    CartesianSeries.FindNearestChartPoints(Single, Single)
    CartesianSeries.GetCardinalSpline(List<Double>, IList<Double>)
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double)
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double, Double)
    CartesianSeries.GetMonotonicSpline(List<Double>, IList<Double>, Double[])
    CartesianSeries.GetDataPoints(RectangleF)
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.Trendlines
    CartesianSeries.XAxis
    CartesianSeries.YAxis
    CartesianSeries.Transposed
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.ActualXAxis
    CartesianSeries.ActualYAxis
    ChartSeries.GeneratePoints(String[], IList<Double>[])
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.GetSelectionColor()
    ChartSeries.GetGradientStartPoint(ChartSegment)
    ChartSeries.GetGradientEndPoint(ChartSegment)
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.InvalidateRender()
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.SuspendNotification()
    ChartSeries.ResumeNotification()
    ChartSeries.DrawDataMarker(Int32, Canvas, Paint, Paint, Single, Single)
    ChartSeries.DrawDataMarkerLabel(Int32, Canvas, String, Single, Single)
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.Animate()
    ChartSeries.GetView()
    ChartSeries.ListenPropertyChange
    ChartSeries.DataMarker
    ChartSeries.EnableAnimation
    ChartSeries.AnimationDuration
    ChartSeries.IsSelected
    ChartSeries.SelectedDataPointIndex
    ChartSeries.DataPointSelectionEnabled
    ChartSeries.SelectedDataPointColor
    ChartSeries.DataCount
    ChartSeries.Name
    ChartSeries.Color
    ChartSeries.StrokeWidth
    ChartSeries.Alpha
    ChartSeries.LegendIcon
    ChartSeries.Label
    ChartSeries.TooltipEnabled
    ChartSeries.ItemsSource
    ChartSeries.XBindingPath
    ChartSeries.ColorModel
    ChartSeries.XRange
    ChartSeries.YRange
    ChartSeries.Segments
    ChartSeries.Chart
    ChartSeries.VisibilityOnLegend
    ChartSeries.Visibility
    ChartSeries.DataMarkerLabelCreated
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class HiLoOpenCloseSeries : FinancialSeriesBase
    Remarks

    HiLoOpenCloseSeries requires ItemsSource, XBindingPath, High, Low, Open and Close properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set either using PrimaryAxis and SecondaryAxis or XAxis and YAxis.

    Constructors

    HiLoOpenCloseSeries()

    Declaration
    public HiLoOpenCloseSeries()

    Methods

    CreateSegment()

    Create the HiLoOpenCloseSegment.

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type Description
    ChartSegment

    Returns a segment.

    Overrides
    CartesianSeries.CreateSegment()

    CreateSegment(Double[], Boolean, Boolean)

    Add the HiLoOpenCloseSegment into the Segments collection.

    Declaration
    protected virtual void CreateSegment(double[] values, bool isBull, bool isFill)
    Parameters
    Type Name Description
    System.Double[] values

    The values.

    System.Boolean isBull

    The Boolean

    System.Boolean isFill

    The Boolean value.

    CreateSegments()

    Creates the segments of FinancialSeriesBase.

    Declaration
    protected override void CreateSegments()
    Overrides
    CartesianSeries.CreateSegments()

    SetFillColor(ChartSegment)

    Declaration
    protected override void SetFillColor(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Overrides
    ChartSeries.SetFillColor(ChartSegment)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved