In this article we will describe the design time abilities of RadChartView. Here is how the control's SmartTag looks like:
The SmartTag contains most of the controls specific properties. Here is a list of the, describing the purpose of each one:
AreaType – allows you to switch between the three area types – Cartesian, Polar and Pie
Axes - a collection of Axes
SelectionMode – allows you to define the desired selection mode – None, SingleDataPoint or MultipleDataPoints
Series – a collection of ChartSeries – Area, SplineArea, Bar, Line, Spline, Scatter point, Combined series
ShowToolTip – defines whether tooltips should be shown
ShowTrackBall – defines whether trackball should be enabled
All of these properties are also available in the Properties window of Visual Studio.