Class DateTimeContinuousAxis
Inheritance
System.Object
DateTimeContinuousAxis
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Axes
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class DateTimeContinuousAxis : CartesianAxis, IChartElementPresenter, IPaletteChangedListener, IChartLabelRenderer, IJavaObject, IDisposable, IJavaPeerable
Constructors
DateTimeContinuousAxis()
Declaration
public DateTimeContinuousAxis()
DateTimeContinuousAxis(IntPtr, JniHandleOwnership)
Declaration
protected DateTimeContinuousAxis(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ActualRange
DateComparer
DateTimeFormat
Declaration
public virtual DateFormat DateTimeFormat { get; set; }
Property Value
Java.Text.DateFormat
|
GapLength
Declaration
public virtual double GapLength { get; set; }
Property Value
System.Double
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
MajorStep
Declaration
public virtual double MajorStep { get; set; }
Property Value
System.Double
|
MajorStepUnit
Maximum
Declaration
public virtual Calendar Maximum { get; set; }
Property Value
Java.Util.Calendar
|
MaximumTicks
Declaration
public virtual int MaximumTicks { get; set; }
Property Value
System.Int32
|
Minimum
Declaration
public virtual Calendar Minimum { get; set; }
Property Value
Java.Util.Calendar
|
PlotMode
SourceDateTimeFormat
Declaration
public virtual DateFormat SourceDateTimeFormat { get; set; }
Property Value
Java.Text.DateFormat
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateModel()
GetDataPointsForValue(Object)
Declaration
public override IList<DataPoint> GetDataPointsForValue(Object value)
Parameters
Java.Lang.Object
value
|
Returns
System.Collections.Generic.IList<DataPoint>
|