menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartDataPoint

    Inheritance
    System.Object
    ChartDataPoint
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartDataPoint : Object

    Constructors

    ChartDataPoint(Object, Double)

    Declaration
    public ChartDataPoint(Object valueX, double valueY)
    Parameters
    Type Name Description
    Java.Lang.Object valueX
    System.Double valueY

    ChartDataPoint(Object, Double, Double)

    Declaration
    public ChartDataPoint(Object valueX, double value, double low)
    Parameters
    Type Name Description
    Java.Lang.Object valueX
    System.Double value
    System.Double low

    ChartDataPoint(Object, Double, Double, Double, Double)

    Declaration
    public ChartDataPoint(Object xValue, double open, double high, double low, double close)
    Parameters
    Type Name Description
    Java.Lang.Object xValue
    System.Double open
    System.Double high
    System.Double low
    System.Double close

    ChartDataPoint(Object, Double, Double, Double, Double, Double)

    Declaration
    public ChartDataPoint(Object xValue, double open, double high, double low, double close, double volume)
    Parameters
    Type Name Description
    Java.Lang.Object xValue
    System.Double open
    System.Double high
    System.Double low
    System.Double close
    System.Double volume

    Properties

    Close

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

    High

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

    Low

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

    Open

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

    Size

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

    Volume

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

    XValue

    Declaration
    public Object XValue { get; }
    Property Value
    Type
    Java.Lang.Object

    YValue

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

    Methods

    GetX()

    Declaration
    public Object GetX()
    Returns
    Type
    Java.Lang.Object

    GetY()

    Declaration
    public Object GetY()
    Returns
    Type
    Java.Lang.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved