ClassChart3DLabelsText
Class
Represents the RadChart for Silverlight Chart3DLabelsText control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class Chart3DLabelsText : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChart3DLabelsText
Implements:
Inherited Members
Constructors
Chart3DLabelsText()
Initializes a new instance of the Chart3DLabelsText class.
Declaration
cs-api-definition
public Chart3DLabelsText()
Properties
LabelText
Get the bar label text.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides