Class ChartDataContext
Inheritance
System.Object
ChartDataContext
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartDataContext : Object
Constructors
ChartDataContext(RadChartViewBase, IList<DataPointInfo>, IList<DataPoint>, DataPointInfo)
Declaration
public ChartDataContext(RadChartViewBase chart, IList<DataPointInfo> infos, IList<DataPoint> dataPoints, DataPointInfo closestPoint)
Parameters
RadChartViewBase
chart
|
System.Collections.Generic.IList<DataPointInfo>
infos
|
System.Collections.Generic.IList<DataPoint>
dataPoints
|
DataPointInfo
closestPoint
|
ChartDataContext(IntPtr, JniHandleOwnership)
Declaration
protected ChartDataContext(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ClosestDataPoint
Declaration
public virtual DataPointInfo ClosestDataPoint { get; set; }
Property Value
DataPointInfo
|
DataPointInfos
Declaration
public virtual IList<DataPointInfo> DataPointInfos { get; set; }
Property Value
System.Collections.Generic.IList<DataPointInfo>
|
DataPoints
Declaration
public virtual IList<DataPoint> DataPoints { get; }
Property Value
System.Collections.Generic.IList<DataPoint>
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
TouchLocation
Declaration
public virtual Point TouchLocation { get; set; }
Property Value
Android.Graphics.Point
|