ClassTextBlockHidden
Class
Chart title text container properties
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockHidden : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockHidden
Derived Classes:
Implements:
Inherited Members
Constructors
TextBlockHidden()
Create new instance of TextBlockHidden class.
Declaration
cs-api-definition
public TextBlockHidden()
TextBlockHidden(ChartBaseLabel, IContainer)
Create new instance of TextBlockHidden class.
Declaration
cs-api-definition
public TextBlockHidden(ChartBaseLabel parent, IContainer container)
Parameters
parent
Parent element
container
Container element
Properties
Visible
Gets and sets visibility of TextBlock
Declaration
cs-api-definition
[PersistenceMode(PersistenceMode.Attribute)]
public override bool Visible { get; set; }
Property Value
bool
Visibility of TextBlock
Overrides