Class AxisLabelHidden
Axis label base
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class AxisLabelHidden : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, IActiveRegion, ICloneable
Constructors
AxisLabelHidden()
Create new instance of AxisLabelHidden
Declaration
public AxisLabelHidden()
AxisLabelHidden(Object)
Create new instance of AxisLabelHidden
Declaration
public AxisLabelHidden(object parent)
Parameters
System.Object
parent
Parent element |
AxisLabelHidden(Object, IContainer, StyleLabelHidden, TextBlock, String)
Create new instance of AxisLabelHidden
Declaration
public AxisLabelHidden(object parent, IContainer container, StyleLabelHidden appearance, TextBlock textBlock, string text)
Parameters
System.Object
parent
Parent element |
IContainer
container
Container element |
StyleLabelHidden
appearance
Style of label |
TextBlock
textBlock
TextBlock |
System.String
text
Text of label |
AxisLabelHidden(String)
Create new instance of AxisLabelHidden
Declaration
public AxisLabelHidden(string text)
Parameters
System.String
text
Text of label |
Properties
Visible
Gets and sets Visibility of label
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
Visibility of label |