C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.Compatible.ScatterSeries

Наследование: StackedLineSeries
Показать файл Открыть проект

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

Свойство Тип Описание
DataPointStyleProperty DependencyProperty
DependentRangeAxisProperty DependencyProperty
IsSelectionEnabledProperty DependencyProperty
ItemsSourceProperty DependencyProperty
LegendItemStyleProperty DependencyProperty
TitleProperty DependencyProperty
TransitionDurationProperty DependencyProperty
TransitionEasingFunctionProperty DependencyProperty

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

Метод Описание
ScatterSeries ( ) : System.Collections

Initializes a new instance of the ScatterSeries class.

Защищенные методы

Метод Описание
CreateDataPoint ( ) : DataPoint

Creates a DataPoint for the series.

UpdateShape ( IList definitionPoints ) : void

Updates the shape for the series.

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

CreateDataPoint() защищенный Метод

Creates a DataPoint for the series.
protected CreateDataPoint ( ) : DataPoint
Результат DataPoint

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

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

UpdateShape() защищенный Метод

Updates the shape for the series.
protected UpdateShape ( IList definitionPoints ) : void
definitionPoints IList Locations of the points of each SeriesDefinition in the series.
Результат void

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

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

Identifies the DataPointStyle dependency property.
public static DependencyProperty DataPointStyleProperty
Результат DependencyProperty

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

Identifies the DependentRangeAxis dependency property.
public static DependencyProperty DependentRangeAxisProperty
Результат DependencyProperty

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

Identifies the IsSelectionEnabled dependency property.
public static DependencyProperty IsSelectionEnabledProperty
Результат DependencyProperty

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

Identifies the ItemsSource dependency property.
public static DependencyProperty ItemsSourceProperty
Результат DependencyProperty

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

Identifies the LegendItemStyle dependency property.
public static DependencyProperty LegendItemStyleProperty
Результат DependencyProperty

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

Identifies the Title dependency property.
public static DependencyProperty TitleProperty
Результат DependencyProperty

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

Identifies the TransitionDuration dependency property.
public static DependencyProperty TransitionDurationProperty
Результат DependencyProperty

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

Identifies the TransitionEasingFunction dependency property.
public static DependencyProperty TransitionEasingFunctionProperty
Результат DependencyProperty