Xuni Product Documentation - Xamarin.Forms
ChartSeries Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by ChartSeries.

Public Constructors
 NameDescription
Public ConstructorChartSeries ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AxisXProperty Identifies the AxisX bindable property.  
Public Fieldstatic (Shared in Visual Basic)AxisYProperty Identifies the AxisY bindable property.  
Public Fieldstatic (Shared in Visual Basic)BindingProperty Identifies the Binding bindable property.  
Public FieldBindingPropertyName  
Public Fieldstatic (Shared in Visual Basic)BindingXProperty Identifies the BindingX bindable property.  
Public FieldBindingXPropertyName  
Public Fieldstatic (Shared in Visual Basic)BorderColorProperty Identifies the BorderColor bindable property.  
Public FieldBorderColorPropertyName  
Public Fieldstatic (Shared in Visual Basic)BorderWidthProperty Identifies the BorderWidth bindable property.  
Public FieldBorderWidthPropertyName  
Public Fieldstatic (Shared in Visual Basic)ChartTypeProperty Identifies the ChartType bindable property.  
Public FieldChartTypePropertyName  
Public Fieldstatic (Shared in Visual Basic)ColorProperty Identifies the Color bindable property.  
Public FieldColorPropertyName  
Public Fieldstatic (Shared in Visual Basic)ItemsSourceProperty Identifies the ItemsSource bindable property.  
Public Fieldstatic (Shared in Visual Basic)NameProperty Identifies the Name bindable property.  
Public FieldNamePropertyName  
Public Fieldstatic (Shared in Visual Basic)OpacityProperty Identifies the Opacity bindable property.  
Public Fieldstatic (Shared in Visual Basic)SymbolBorderColorProperty Identifies the SymbolBorderColor bindable property.  
Public FieldSymbolBorderColorPropertyName  
Public Fieldstatic (Shared in Visual Basic)SymbolBorderWidthProperty Identifies the SymbolBorderWidth bindable property.  
Public FieldSymbolBorderWidthPropertyName  
Public Fieldstatic (Shared in Visual Basic)SymbolColorProperty Identifies the SymbolColor bindable property.  
Public FieldSymbolColorPropertyName  
Public Fieldstatic (Shared in Visual Basic)VisibilityProperty Identifies the Visibility bindable property.  
Public FieldVisibilityPropertyName  
Top
Public Properties
 NameDescription
Public PropertyAxisX ​Gets or sets the name of the x-axis for the series  
Public PropertyAxisY Gets or sets the name of the y-axis for the series  
Public PropertyBinding Gets or sets the bound property name for plotting values along the y-axis.  
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyBindingX Gets or sets the name of the bound property to be plotted on the X axis.  
Public PropertyBorderColor Gets or sets the border color for most plot elements (bar, area, line, pie)  
Public PropertyBorderWidth ​Gets or sets the border thickness for most plot elements (bar, area, line, pie)  
Public PropertyChartType Gets or sets the chart type for the series.  
Public PropertyColor Gets or sets the color used to fill in most plot elements (bar, area, line, pie)  
Public PropertyFlexChart Gets the FlexChart object that owns this axis  
Public PropertyItemsSource Gets or sets the series-specific data source (overrides FlexChart.ItemsSource)  
Public PropertyName ​Gets or sets the series name. The series name is displayed in the chart legend. Series without names do not appear in the legend.  
Public PropertyOpacity ​Gets or sets the opacity value applied to the plot element. Opacity overrides the Alpha color channel.  
Public PropertySymbolBorderColor ​​Gets or sets the border color for the symbols.  
Public PropertySymbolBorderWidth Gets or sets the border thickness for the symbols.  
Public PropertySymbolColor ​Gets or sets the color used to fill the symbols. Overrides Color/Fill property for chart types with symbols (LineSymbol).  
Public PropertyVisibility Gets or sets the series visibility  
Top
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Top
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Top
See Also

Reference

ChartSeries Class
Xuni.Forms.FlexChart Namespace