Class
ChartAxisItem

Represents an axis item.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartAxisItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, ICloneable

Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartBaseLabelChartLabelChartAxisItem

Implements: IChartingStateManagedItemIChartingStateManagerICloneableIContainerIOrdering

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.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.ViewStateIgnoresCase

Constructors

ChartAxisItem()

Creates a new instance of the class.

Declaration

cs-api-definition
public ChartAxisItem()

ChartAxisItem(IContainer)

Creates a new instance of the class.

Declaration

cs-api-definition
public ChartAxisItem(IContainer container)

Parameters

container

IContainer

ChartAxisItem(string)

Creates a new instance of the class.

Declaration

cs-api-definition
public ChartAxisItem(string labelText)

Parameters

labelText

string

ChartAxisItem(string, Color)

Creates a new instance of the class.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public ChartAxisItem(string labelText, Color color, bool visible, IContainer container)

Parameters

labelText

string

color

Color

Item text color

visible

bool

Visibility

container

IContainer

Item container object

Properties

Value

Specifies the value of the axis.

Declaration

cs-api-definition
[Bindable(true)]
public decimal Value { get; set; }

Property Value

decimal

Visible

Specifies whether the axis item should be rendered.

Declaration

cs-api-definition
public override bool Visible { get; set; }

Property Value

bool

Overrides ChartBaseLabel.Visible