| C1.Web.Wijmo.Controls.C1Sparkline Namespace > SparklineSeries Class : Data Property |
'Declaration<C1DescriptionAttribute(Key="C1Sparkline.Data", Description="Get or set the array to use as a source for data that you can bind to the sparkline widget.")> <C1CategoryAttribute("Data")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DefaultValueAttribute()> <WidgetOptionAttribute()> <System.ComponentModel.TypeConverterAttribute("C1.Web.Wijmo.Controls.C1Sparkline.ListConverter`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], C1.Web.Wijmo.Controls.4, Version=4.0.20153.222, Culture=neutral, PublicKeyToken=9b75583953471eea")> Public Property Data As System.Collections.Generic.List(Of Double)
[C1Description(Key="C1Sparkline.Data", Description="Get or set the array to use as a source for data that you can bind to the sparkline widget.")] [C1Category("Data")] [System.ComponentModel.NotifyParentProperty(true)] [System.ComponentModel.DefaultValue()] [WidgetOption()] [System.ComponentModel.TypeConverter("C1.Web.Wijmo.Controls.C1Sparkline.ListConverter`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], C1.Web.Wijmo.Controls.4, Version=4.0.20153.222, Culture=neutral, PublicKeyToken=9b75583953471eea")] public System.Collections.Generic.List<double> Data {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2