C# Класс 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.
Наследование: Series, IScatterSeriesView
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MaxPointShapeDiameterProperty Windows.UI.Xaml.DependencyProperty
MinPointShapeDiameterProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
InitializeDefuaults ( ) : void

Описание методов

GetPointView() публичный Метод

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
Результат IChartPointView

ScatterSeries() публичный Метод

Initializes a new instance of BubbleSeries class
public ScatterSeries ( ) : System
Результат System

ScatterSeries() публичный Метод

Initializes a new instance of BubbleSeries class using a given mapper
public ScatterSeries ( object configuration ) : System
configuration object
Результат System

Описание свойств

MaxPointShapeDiameterProperty публичное статическое свойство

The maximum point shape diameter property
public static DependencyProperty,Windows.UI.Xaml MaxPointShapeDiameterProperty
Результат Windows.UI.Xaml.DependencyProperty

MinPointShapeDiameterProperty публичное статическое свойство

The minimum point shape diameter property
public static DependencyProperty,Windows.UI.Xaml MinPointShapeDiameterProperty
Результат Windows.UI.Xaml.DependencyProperty