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

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

Public Methods

Method Description
IndependentValueGroup ( object independentValue, IEnumerable dataItems ) : System

Initializes a new instance of the IndependentValueGroup class.

Method Details

IndependentValueGroup() public method

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