| Visual Basic (Declaration) | |
|---|---|
Public Property SeriesType As SeriesType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public SeriesType SeriesType {get; set;} | |
| C++/CLI | |
|---|---|
public: property SeriesType SeriesType { SeriesType get(); void set (SeriesType value); } | |
| dotnetCHARTING | Send comments on this topic. |
| SeriesType Property | |
| See Also | |
|
| dotnetCHARTING Namespace > LegendEntry Class : SeriesType Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property SeriesType As SeriesType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public SeriesType SeriesType {get; set;} | |
| C++/CLI | |
|---|---|
public: property SeriesType SeriesType { SeriesType get(); void set (SeriesType value); } | |