C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.Compatible.ScatterSeries

Inheritance: StackedLineSeries
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
DataPointStyleProperty DependencyProperty
DependentRangeAxisProperty DependencyProperty
IsSelectionEnabledProperty DependencyProperty
ItemsSourceProperty DependencyProperty
LegendItemStyleProperty DependencyProperty
TitleProperty DependencyProperty
TransitionDurationProperty DependencyProperty
TransitionEasingFunctionProperty DependencyProperty

Méthodes publiques

Méthode Description
ScatterSeries ( ) : System.Collections

Initializes a new instance of the ScatterSeries class.

Méthodes protégées

Méthode Description
CreateDataPoint ( ) : DataPoint

Creates a DataPoint for the series.

UpdateShape ( IList definitionPoints ) : void

Updates the shape for the series.

Method Details

CreateDataPoint() protected méthode

Creates a DataPoint for the series.
protected CreateDataPoint ( ) : DataPoint
Résultat DataPoint

ScatterSeries() public méthode

Initializes a new instance of the ScatterSeries class.
public ScatterSeries ( ) : System.Collections
Résultat System.Collections

UpdateShape() protected méthode

Updates the shape for the series.
protected UpdateShape ( IList definitionPoints ) : void
definitionPoints IList Locations of the points of each SeriesDefinition in the series.
Résultat void

Property Details

DataPointStyleProperty public_oe static_oe property

Identifies the DataPointStyle dependency property.
public static DependencyProperty DataPointStyleProperty
Résultat DependencyProperty

DependentRangeAxisProperty public_oe static_oe property

Identifies the DependentRangeAxis dependency property.
public static DependencyProperty DependentRangeAxisProperty
Résultat DependencyProperty

IsSelectionEnabledProperty public_oe static_oe property

Identifies the IsSelectionEnabled dependency property.
public static DependencyProperty IsSelectionEnabledProperty
Résultat DependencyProperty

ItemsSourceProperty public_oe static_oe property

Identifies the ItemsSource dependency property.
public static DependencyProperty ItemsSourceProperty
Résultat DependencyProperty

LegendItemStyleProperty public_oe static_oe property

Identifies the LegendItemStyle dependency property.
public static DependencyProperty LegendItemStyleProperty
Résultat DependencyProperty

TitleProperty public_oe static_oe property

Identifies the Title dependency property.
public static DependencyProperty TitleProperty
Résultat DependencyProperty

TransitionDurationProperty public_oe static_oe property

Identifies the TransitionDuration dependency property.
public static DependencyProperty TransitionDurationProperty
Résultat DependencyProperty

TransitionEasingFunctionProperty public_oe static_oe property

Identifies the TransitionEasingFunction dependency property.
public static DependencyProperty TransitionEasingFunctionProperty
Résultat DependencyProperty