Specifies the location of the RadChart's elements.
| C# | Visual Basic | Visual Basic Usage |
public enum ChartElementLocation
Public Enumeration ChartElementLocation
Dim instance As ChartElementLocation
| Member | Description |
|---|---|
| InsidePlotArea |
The chart element is placed inside plot area.
|
| OutsidePlotArea |
The chart element is placed outside plot area.
|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|