DigitalLineSeriesDigits Property |
LightningChart .NET Help
Sets series data. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic uint[][] Digits { set; }Public WriteOnly Property Digits As UInteger()()
Set
public:
property array<array<unsigned int>^>^ Digits {
void set (array<array<unsigned int>^>^ value);
}Property Value
Type:
UInt32
See Also