Gets or set the high data values collection.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public DoubleCollection LowValues { get; set; }
Visual Basic
Public Property LowValues As DoubleCollection
	Get
	Set
XAML Property Element Usage
<object>
  <object.LowValues>
    <DoubleCollection .../>
  </object.LowValues>
</object>
XAML Attribute Usage
<object LowValues="DoubleCollection" .../>

See Also