Class AxisYLabel
Y axis label
Inheritance
System.Object
AxisYLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class AxisYLabel : AxisLabelHidden, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, IActiveRegion, ICloneable
Constructors
AxisYLabel()
Create new instance of AxisYLabel
Declaration
public AxisYLabel()
AxisYLabel(Object, IContainer)
Create new instance of AxisYLabel
Declaration
public AxisYLabel(object parent, IContainer container)
Parameters
System.Object
parent
Parent element |
IContainer
container
Container element |