ChartAxisItem
Class
Represents an axis item.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartAxisItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, ICloneable
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartBaseLabelChartLabelChartAxisItem...
Implements:
Inherited Members
Constructors
Creates a new instance of the class.
C#
public ChartAxisItem()
Creates a new instance of the class.
Creates a new instance of the class.
C#
public ChartAxisItem(string labelText, Color color, bool visible, IContainer container)
Item text color
visibleboolVisibility
containerIContainerItem container object
Creates a new instance of the class.