Class
TextBlockHidden

Chart title text container properties

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockHidden : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering

Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockHidden

Derived Classes: TextBlockLegend

Implements: IChartingStateManagedItemIChartingStateManagerIOrdering

Inherited Members TextBlock.textBlockCalculatedMaxLengthTextBlock.textBlockParentTextBlock.DEFAULT_TEXTTextBlock.CopyFrom(TextBlock)TextBlock.ParentTextBlock.TextTextBlock.AppearanceLayoutElement.GetOffsetLeft(object)LayoutElement.GetOffsetTop(object)LayoutElement.GetOffsetRight(object)LayoutElement.GetOffsetBottom(object)LayoutElement.TrackViewState()LayoutElement.LoadViewState(object)LayoutElement.SaveViewState()RenderedObject.objectContainerRenderedObject.GetOrder()RenderedObject.SetOrder(int)RenderedObject.Remove()RenderedObject.BringForward()RenderedObject.BringToFront()RenderedObject.SendBackward()RenderedObject.SendToBack()RenderedObject.ContainerStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

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

ChartBaseLabel

Parent element

container

IContainer

Container element

Properties

Visible

Gets and sets visibility of TextBlock

Declaration

cs-api-definition
public override bool Visible { get; set; }

Property Value

bool

Visibility of TextBlock

Overrides TextBlock.Visible