C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.DefinitionSeries.IndependentValueGroup

Represents an independent value and the dependent values that are associated with it.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
IndependentValueGroup ( object independentValue, IEnumerable dataItems ) : System

Initializes a new instance of the IndependentValueGroup class.

Method Details

IndependentValueGroup() public méthode

Initializes a new instance of the IndependentValueGroup class.
public IndependentValueGroup ( object independentValue, IEnumerable dataItems ) : System
independentValue object Independent value.
dataItems IEnumerable Associated DataItems.
Résultat System