ClassChartAxisItem
Represents an axis item.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartAxisItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartBaseLabelChartLabelChartAxisItem
Implements:
Inherited Members
Constructors
ChartAxisItem()
Creates a new instance of the class.
Declaration
public ChartAxisItem()
ChartAxisItem(IContainer)
Creates a new instance of the class.
Declaration
public ChartAxisItem(IContainer container)
Parameters
container
ChartAxisItem(string)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string labelText)
Parameters
labelText
string
ChartAxisItem(string, Color)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string labelText, Color color)
Parameters
labelText
string
Item text
color
Color
Item text color
ChartAxisItem(string, Color, bool)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string label, Color color, bool visible)
Parameters
label
string
Item text
color
Color
Item text color
visible
bool
Visibility
ChartAxisItem(string, Color, bool, IContainer)
Creates a new instance of the class.
Declaration
public ChartAxisItem(string labelText, Color color, bool visible, IContainer container)
Parameters
labelText
string
color
Color
Item text color
visible
bool
Visibility
container
Item container object
Properties
Value
Specifies the value of the axis.
Declaration
[Bindable(true)]
public decimal Value { get; set; }
Property Value
decimal
Visible
Specifies whether the axis item should be rendered.
Declaration
public override bool Visible { get; set; }
Property Value
bool
Overrides