Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartDataPoint

    Show / Hide Table of Contents

    Class SFChartDataPoint

    Represents the chart data point. This class is used to set data point for the series items source.

    Inheritance
    System.Object
    SFChartDataPoint
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartDataPoint : NSObject

    Constructors

    SFChartDataPoint()

    Declaration
    public SFChartDataPoint()

    SFChartDataPoint(NSObject, NSObject)

    Declaration
    public SFChartDataPoint(NSObject valueX, NSObject valueY)
    Parameters
    Type Name Description
    Foundation.NSObject valueX
    Foundation.NSObject valueY

    SFChartDataPoint(NSObject, NSObject, NSObject)

    Declaration
    public SFChartDataPoint(NSObject valueX, NSObject valueY, NSObject size)
    Parameters
    Type Name Description
    Foundation.NSObject valueX
    Foundation.NSObject valueY
    Foundation.NSObject size

    SFChartDataPoint(NSObject, NSObject, NSObject, NSObject, NSObject)

    Declaration
    public SFChartDataPoint(NSObject valueX, NSObject open, NSObject high, NSObject low, NSObject close)
    Parameters
    Type Name Description
    Foundation.NSObject valueX
    Foundation.NSObject open
    Foundation.NSObject high
    Foundation.NSObject low
    Foundation.NSObject close

    SFChartDataPoint(NSObject, NSObject, NSObject, NSObject, NSObject, NSObject)

    Declaration
    public SFChartDataPoint(NSObject valueX, NSObject open, NSObject high, NSObject low, NSObject close, NSObject volume)
    Parameters
    Type Name Description
    Foundation.NSObject valueX
    Foundation.NSObject open
    Foundation.NSObject high
    Foundation.NSObject low
    Foundation.NSObject close
    Foundation.NSObject volume

    SFChartDataPoint(NSObject, NSValue, NSValue)

    Declaration
    public SFChartDataPoint(NSObject valueX, NSValue high, NSValue low)
    Parameters
    Type Name Description
    Foundation.NSObject valueX
    Foundation.NSValue high
    Foundation.NSValue low

    Properties

    ActualClose

    Declaration
    public double ActualClose { get; }
    Property Value
    Type Description
    System.Double

    ActualHigh

    Declaration
    public double ActualHigh { get; }
    Property Value
    Type Description
    System.Double

    ActualLow

    Declaration
    public double ActualLow { get; }
    Property Value
    Type Description
    System.Double

    ActualOpen

    Declaration
    public double ActualOpen { get; }
    Property Value
    Type Description
    System.Double

    ActualSize

    Declaration
    public double ActualSize { get; }
    Property Value
    Type Description
    System.Double

    ActualVolume

    Declaration
    public double ActualVolume { get; }
    Property Value
    Type Description
    System.Double

    ActualXValue

    Declaration
    public IComparable ActualXValue { get; }
    Property Value
    Type Description
    System.IComparable

    ActualYValue

    Declaration
    public double ActualYValue { get; }
    Property Value
    Type Description
    System.Double

    Close

    Declaration
    public NSObject Close { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    High

    Declaration
    public NSObject High { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    Low

    Declaration
    public NSObject Low { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    Open

    Declaration
    public NSObject Open { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    Size

    Declaration
    public NSObject Size { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    Volume

    Declaration
    public NSObject Volume { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    XValue

    Declaration
    public NSObject XValue { get; set; }
    Property Value
    Type Description
    Foundation.NSObject

    YValue

    Declaration
    public NSObject YValue { get; set; }
    Property Value
    Type Description
    Foundation.NSObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved