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