[]
public static void FindSubtype(C1Chart chart, ListBox lbTypes, ListBox lbSubtypes)
Public Shared Sub FindSubtype(chart As C1Chart, lbTypes As ListBox, lbSubtypes As ListBox)
| Type | Name | Description |
|---|---|---|
| C1Chart | chart | |
| ListBox | lbTypes | |
| ListBox | lbSubtypes |
public static void FindSubtype(C1Chart chart, ref int type, ref int subtype)
Public Shared Sub FindSubtype(chart As C1Chart, ByRef type As Integer, ByRef subtype As Integer)
| Type | Name | Description |
|---|---|---|
| C1Chart | chart | |
| int | type | |
| int | subtype |