RadControls for WinForms

Chart Y Axis text container properties

Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[DefaultPropertyAttribute("Text")]
public class TextBlockYAxisLabel : TextBlock
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<DefaultPropertyAttribute("Text")> _
Public Class TextBlockYAxisLabel _
	Inherits TextBlock

Inheritance Hierarchy

System..::..Object
  Telerik.Charting..::..StateManagedObject
    Telerik.Charting..::..RenderedObject
      Telerik.Charting..::..LayoutElement
        Telerik.Charting..::..TextBlock
          Telerik.Charting..::..TextBlockYAxisLabel

See Also