Represents the X Axis.
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartXAxis : ChartAxis |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class ChartXAxis _
Inherits ChartAxis |
Inheritance Hierarchy
See Also