You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
336 B
12 lines
336 B
Public Class BarColumnDataSDM
|
|
Public Property y As Integer
|
|
Public Property color As String
|
|
Public Property url As String
|
|
End Class
|
|
|
|
Public Class PieSliceDataSDM
|
|
Public Property y As Integer
|
|
Public Property name As String
|
|
Public Property color As String
|
|
Public Property sliced As Boolean = False
|
|
End Class
|
|
|