New to Telerik ReportingStart a free 30-day trial

Chart title text container properties

Definition

Constructors

Create new instance of TextBlockHidden class.

C#
public TextBlockHidden()

Create new instance of TextBlockHidden class.

C#
public TextBlockHidden(ChartBaseLabel parent, IContainer container)
Parameters:parentChartBaseLabel

Parent element

containerIContainer

Container element

Properties

Gets and sets visibility of TextBlock

C#
[PersistenceMode(PersistenceMode.Attribute)]
public override bool Visible { get; set; }
Property Value:

Visibility of TextBlock

Overrides: TextBlock.Visible