NChartBrushScaleValues Property |
Array of values.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public IReadOnlyList<double> Values { get; }
Public ReadOnly Property Values As IReadOnlyList(Of Double)
Get
public:
virtual property IReadOnlyList<double>^ Values {
IReadOnlyList<double>^ get () sealed;
}
Property Value
Type:
IReadOnlyListDoubleSee Also