Class BarSeries
Inheritance
System.Object
BarSeries
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Series.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class BarSeries : CategoricalSeries, IPaletteChangedListener, IDataBindingListener, ChartSeriesModel.IDataPointsChangedListener, IChartSeries, IChartElementPresenter, ILegendSelectable, IJavaObject, IDisposable, IJavaPeerable
Constructors
BarSeries()
Declaration
public BarSeries()
BarSeries(DataPointBinding, DataPointBinding, IIterable)
Declaration
public BarSeries(DataPointBinding valueBinding, DataPointBinding categoryBinding, IIterable data)
Parameters
DataPointBinding
valueBinding
|
DataPointBinding
categoryBinding
|
Java.Lang.IIterable
data
|
BarSeries(IntPtr, JniHandleOwnership)
Declaration
protected BarSeries(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
AreBarsRounded
Declaration
public virtual bool AreBarsRounded { get; set; }
Property Value
System.Boolean
|
FillColor
Declaration
public virtual int FillColor { get; set; }
Property Value
System.Int32
|
FillColorPropertyKey
Declaration
public static int FillColorPropertyKey { get; }
Property Value
System.Int32
|
FillPaint
Declaration
public virtual Paint FillPaint { get; }
Property Value
Android.Graphics.Paint
|
FillShader
Declaration
public virtual Shader FillShader { get; set; }
Property Value
Android.Graphics.Shader
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LegendFillColor
Declaration
public override int LegendFillColor { get; }
Property Value
System.Int32
|
Overrides
LegendStrokeColor
Declaration
public override int LegendStrokeColor { get; }
Property Value
System.Int32
|
Overrides
MaxBarWidth
Declaration
public virtual double MaxBarWidth { get; set; }
Property Value
System.Double
|
RoundBarsRadius
Declaration
public virtual float RoundBarsRadius { get; set; }
Property Value
System.Single
|
SelectedFillColor
Declaration
public virtual int SelectedFillColor { get; set; }
Property Value
System.Int32
|
SelectedFillColorPropertyKey
Declaration
public static int SelectedFillColorPropertyKey { get; }
Property Value
System.Int32
|
SelectedFillPaint
Declaration
public virtual Paint SelectedFillPaint { get; }
Property Value
Android.Graphics.Paint
|
SelectedStrokeColor
Declaration
public virtual int SelectedStrokeColor { get; set; }
Property Value
System.Int32
|
SelectedStrokeColorPropertyKey
Declaration
public static int SelectedStrokeColorPropertyKey { get; }
Property Value
System.Int32
|
SelectedStrokePaint
Declaration
public virtual Paint SelectedStrokePaint { get; }
Property Value
Android.Graphics.Paint
|
SelectedStrokeWidth
Declaration
public virtual float SelectedStrokeWidth { get; set; }
Property Value
System.Single
|
SelectedStrokeWidthPropertyKey
Declaration
public static int SelectedStrokeWidthPropertyKey { get; }
Property Value
System.Int32
|
StrokeColor
Declaration
public virtual int StrokeColor { get; set; }
Property Value
System.Int32
|
StrokeColorPropertyKey
Declaration
public static int StrokeColorPropertyKey { get; }
Property Value
System.Int32
|
StrokeEffect
Declaration
public virtual PathEffect StrokeEffect { get; set; }
Property Value
Android.Graphics.PathEffect
|
StrokePaint
Declaration
public virtual Paint StrokePaint { get; }
Property Value
Android.Graphics.Paint
|
StrokeShader
Declaration
public virtual Shader StrokeShader { get; set; }
Property Value
Android.Graphics.Shader
|
StrokeWidth
Declaration
public virtual float StrokeWidth { get; set; }
Property Value
System.Single
|
StrokeWidthPropertyKey
Declaration
public static int StrokeWidthPropertyKey { get; }
Property Value
System.Int32
|
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()
DefaultPaletteFamily()
Declaration
protected override string DefaultPaletteFamily()
Returns
System.String
|
Overrides
GetEffectivePaletteEntry(DataPoint)
Declaration
public virtual PaletteEntry GetEffectivePaletteEntry(DataPoint point)
Parameters
DataPoint
point
|
Returns
PaletteEntry
|