New to Telerik ReportingStart a free 30-day trial

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: IChartingStateManagedItemIChartingStateManagerIContainerIOrdering

Inherited Members ChartLabel.AppearanceChartBaseLabel.chartBaseLabelParentChartBaseLabel.chartBaseLabelOrderListChartBaseLabel.chartBaseLabelActiveRegionChartBaseLabel.GetOrder(IOrdering)ChartBaseLabel.Add(IOrdering)ChartBaseLabel.Insert(int, IOrdering)ChartBaseLabel.Remove(IOrdering)ChartBaseLabel.RemoveAt(int)ChartBaseLabel.ReIndex()ChartBaseLabel.Dispose(bool)ChartBaseLabel.TrackViewState()ChartBaseLabel.LoadViewState(object)ChartBaseLabel.SaveViewState()ChartBaseLabel.Clone()ChartBaseLabel.TextBlockChartBaseLabel.MarkerChartBaseLabel.ParentChartBaseLabel.ActiveRegionChartBaseLabel.OrderListChartBaseLabel.NextPositionLayoutElement.GetOffsetLeft(object)LayoutElement.GetOffsetTop(object)LayoutElement.GetOffsetRight(object)LayoutElement.GetOffsetBottom(object)RenderedObject.objectContainerRenderedObject.GetOrder()RenderedObject.SetOrder(int)RenderedObject.Remove()RenderedObject.BringForward()RenderedObject.BringToFront()RenderedObject.SendBackward()RenderedObject.SendToBack()RenderedObject.ContainerStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.Dispose()StateManagedObject.ViewStateIgnoresCase...

Constructors

Creates a new instance of the class.

C#
public ChartAxisItem()

Creates a new instance of the class.

C#
public ChartAxisItem(IContainer container)
Parameters:containerIContainer

Creates a new instance of the class.

C#
public ChartAxisItem(string labelText, Color color, bool visible, IContainer container)
Parameters:labelTextstringcolorColor

Item text color

visiblebool

Visibility

containerIContainer

Item container object

Creates a new instance of the class.

C#
public ChartAxisItem(string label, Color color, bool visible)
Parameters:labelstring

Item text

colorColor

Item text color

visiblebool

Visibility

Creates a new instance of the class.

C#
public ChartAxisItem(string labelText, Color color)
Parameters:labelTextstring

Item text

colorColor

Item text color

Creates a new instance of the class.

C#
public ChartAxisItem(string labelText)
Parameters:labelTextstring

Properties

Value

decimal

Specifies the value of the axis.

C#
[Bindable(true)]
public decimal Value { get; set; }

Specifies whether the axis item should be rendered.

C#
public override bool Visible { get; set; }

Overrides: ChartBaseLabel.Visible