Class TextBlockHidden
Chart title text container properties
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 TextBlockHidden : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Constructors
TextBlockHidden()
Create new instance of TextBlockHidden class.
Declaration
public TextBlockHidden()
TextBlockHidden(ChartBaseLabel, IContainer)
Create new instance of TextBlockHidden class.
Declaration
public TextBlockHidden(ChartBaseLabel parent, IContainer container)
Parameters
ChartBaseLabel
parent
Parent element |
IContainer
container
Container element |
Properties
Visible
Gets and sets visibility of TextBlock
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
Visibility of TextBlock |