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
Rad
|
System.
|
System.
|
Data
|
ChartDataContext(IntPtr, JniHandleOwnership)
Declaration
protected ChartDataContext(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.
|
Android.
|
Properties
ClosestDataPoint
Declaration
public virtual DataPointInfo ClosestDataPoint { get; set; }
Property Value
DataPointInfos
Declaration
public virtual IList<DataPointInfo> DataPointInfos { get; set; }
Property Value
System.
|
DataPoints
Declaration
public virtual IList<DataPoint> DataPoints { get; }
Property Value
System.
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.
|
TouchLocation
Declaration
public virtual Point TouchLocation { get; set; }
Property Value
Android.
|