Spread Silverlight Documentation
ActualStrokeDashType Property (DataPoint)


GrapeCity.Windows.SpreadSheet.Data Namespace > DataPoint Class : ActualStrokeDashType Property
Gets the actual value that indicates the pattern of dashes and gaps that is used for the data point outline.
Syntax
'Declaration
 
Public ReadOnly Property ActualStrokeDashType As StrokeDashType
'Usage
 
Dim instance As DataPoint
Dim value As StrokeDashType
 
value = instance.ActualStrokeDashType
public StrokeDashType ActualStrokeDashType {get;}

Property Value

The actual value that indicates the pattern of dashes and gaps that is used for the data point outline.
See Also

Reference

DataPoint Class
DataPoint Members