RadControls for WinForms

Specifies the location of the RadChart's elements.

Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public enum ChartElementLocation
Visual Basic
Public Enumeration ChartElementLocation

Members

Member nameValueDescription
InsidePlotArea0 The chart element is placed inside plot area.
OutsidePlotArea1 The chart element is placed outside plot area.

See Also