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
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
MaxPointShapeDiameterProperty Windows.UI.Xaml.DependencyProperty
MinPointShapeDiameterProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode 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

Méthode Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public méthode

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

ScatterSeries() public méthode

Initializes a new instance of BubbleSeries class
public ScatterSeries ( ) : System
Résultat System

ScatterSeries() public méthode

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

Property Details

MaxPointShapeDiameterProperty public_oe static_oe property

The maximum point shape diameter property
public static DependencyProperty,Windows.UI.Xaml MaxPointShapeDiameterProperty
Résultat Windows.UI.Xaml.DependencyProperty

MinPointShapeDiameterProperty public_oe static_oe property

The minimum point shape diameter property
public static DependencyProperty,Windows.UI.Xaml MinPointShapeDiameterProperty
Résultat Windows.UI.Xaml.DependencyProperty