Class CategoricalSeries
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class CategoricalSeries : CartesianSeries, IParentElement, IChildElement
Constructors
CategoricalSeries()
Declaration
public CategoricalSeries()
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly BindableProperty CategoryBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
CombineModeProperty
Identifies the CombineMode property.
Declaration
public static readonly BindableProperty CombineModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
StackGroupKeyProperty
Identifies the StackGroupKey property.
Declaration
public static readonly BindableProperty StackGroupKeyProperty
Field Value
Xamarin.Forms.BindableProperty
|
ValueBindingProperty
Identifies the ValueBinding property.
Declaration
public static readonly BindableProperty ValueBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
CategoryBinding
Gets or sets the binding that will be used to fill the Category member of the contained data points.
Declaration
public PropertyNameDataPointBinding CategoryBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|
CombineMode
Gets or sets the CombineMode.
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
ChartSeriesCombineMode
|
StackGroupKey
Gets or sets the StackGroupKey.
Declaration
public object StackGroupKey { get; set; }
Property Value
System.Object
|
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
public PropertyNameDataPointBinding ValueBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|