Class ChartAxisItem
Represents an axis item.
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartAxisItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, IActiveRegion, ICloneable
Constructors
ChartAxisItem()
Creates a new instance of the class.
Declaration
public ChartAxisItem()
ChartAxisItem(String)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string labelText)
Parameters
System.String
labelText
|
ChartAxisItem(String, Color)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string labelText, Color color)
Parameters
System.String
labelText
Item text |
System.Drawing.Color
color
Item text color |
ChartAxisItem(String, Color, Boolean)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string label, Color color, bool visible)
Parameters
System.String
label
Item text |
System.Drawing.Color
color
Item text color |
System.Boolean
visible
Visibility |
ChartAxisItem(String, Color, Boolean, IContainer)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string labelText, Color color, bool visible, IContainer container)
Parameters
System.String
labelText
|
System.Drawing.Color
color
Item text color |
System.Boolean
visible
Visibility |
IContainer
container
Item container object |
ChartAxisItem(IContainer)
Creates a new instance of the class.
Declaration
public ChartAxisItem(IContainer container)
Parameters
IContainer
container
|
Properties
Value
Specifies the value of the axis.
Declaration
public decimal Value { get; set; }
Property Value
System.Decimal
|
Visible
Specifies whether the axis item should be rendered.
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
|