Xuni Product Documentation - Xamarin.Forms
ChartSeries Class Properties

For a list of all members of this type, see ChartSeries members.

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
See Also

Reference

ChartSeries Class
Xuni.Forms.FlexChart Namespace