ChartAxisItem
Class
Represents an axis item.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartAxisItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
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.
C#
public ChartAxisItem(string label, Color color, bool visible)
Item text
colorColorItem text color
visibleboolVisibility
Creates a new instance of the class.
C#
public ChartAxisItem(string labelText, Color color)
Item text
colorColorItem text color
Creates a new instance of the class.
C#
public ChartAxisItem(string labelText)