Class AreaSeries
Inheritance
System.Object
AreaSeries
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Series.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class AreaSeries : CategoricalStrokedSeries, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IStrokedSeries, IFilledSeries, IJavaObject, IDisposable, IJavaPeerable
Constructors
AreaSeries()
Declaration
public AreaSeries()
AreaSeries(DataPointBinding, DataPointBinding, IIterable)
Declaration
public AreaSeries(DataPointBinding valueBinding, DataPointBinding categoryBinding, IIterable data)
Parameters
DataPointBinding
valueBinding
|
DataPointBinding
categoryBinding
|
Java.Lang.IIterable
data
|
AreaSeries(IntPtr, JniHandleOwnership)
Declaration
protected AreaSeries(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
FillColor
Declaration
public virtual int FillColor { get; set; }
Property Value
System.Int32
|
Implements
FillColorPropertyKey
Declaration
public static int FillColorPropertyKey { get; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
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
DefaultPaletteFamily()
Declaration
protected override string DefaultPaletteFamily()
Returns
System.String
|