Class DataAxisLabelInfo
A helper class holding information about a data axis label.
Inheritance
System.Object
DataAxisLabelInfo
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class DataAxisLabelInfo : Object
Constructors
DataAxisLabelInfo()
Declaration
public DataAxisLabelInfo()
Properties
LabelText
Gets or sets the label text.
Declaration
public string LabelText { get; set; }
Property Value
System.String
|