Class TextBlockHidden
Chart title text container properties
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class TextBlockHidden : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering, IDisposable
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
Chart Parent element |
IContainer
container
Container element |
Properties
Visible
Gets and sets visibility of TextBlock
Declaration
public override bool Visible { get; set; }
Property Value
System. Visibility of TextBlock |