C# Class LiveCharts.Uwp.ScatterSeries

The Bubble series, draws scatter series, only using X and Y properties or bubble series, if you also use the weight property, this series should be used in a cartesian chart.
Inheritance: Series, IScatterSeriesView
Show file Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
MaxPointShapeDiameterProperty Windows.UI.Xaml.DependencyProperty
MinPointShapeDiameterProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

ScatterSeries ( ) : System

Initializes a new instance of BubbleSeries class

ScatterSeries ( object configuration ) : System

Initializes a new instance of BubbleSeries class using a given mapper

Private Methods

Method Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public method

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
return IChartPointView

ScatterSeries() public method

Initializes a new instance of BubbleSeries class
public ScatterSeries ( ) : System
return System

ScatterSeries() public method

Initializes a new instance of BubbleSeries class using a given mapper
public ScatterSeries ( object configuration ) : System
configuration object
return System

Property Details

MaxPointShapeDiameterProperty public static property

The maximum point shape diameter property
public static DependencyProperty,Windows.UI.Xaml MaxPointShapeDiameterProperty
return Windows.UI.Xaml.DependencyProperty

MinPointShapeDiameterProperty public static property

The minimum point shape diameter property
public static DependencyProperty,Windows.UI.Xaml MinPointShapeDiameterProperty
return Windows.UI.Xaml.DependencyProperty