Spread Silverlight Documentation
LinePos Property


GrapeCity.Windows.SpreadSheet.Data Namespace > LineSparklineViewInfo Class : LinePos Property
Gets the line position.
Syntax
'Declaration
 
Public Property LinePos As System.Collections.Generic.List(Of Tuple(Of Point,Point))
'Usage
 
Dim instance As LineSparklineViewInfo
Dim value As System.Collections.Generic.List(Of Tuple(Of Point,Point))
 
instance.LinePos = value
 
value = instance.LinePos
public System.Collections.Generic.List<Tuple<Point,Point>> LinePos {get; set;}
See Also

Reference

LineSparklineViewInfo Class
LineSparklineViewInfo Members