Class AxisTitleElement
Inheritance
System.Object
AxisTitleElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class AxisTitleElement : ChartImageElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
AxisTitleElement(AxisTitleModel)
Initializes a new instance of the AxisTitleElement class.
Declaration
public AxisTitleElement(AxisTitleModel model)
Parameters
AxisTitleModel
model
The model. |
Fields
PositionOffsetProperty
Properties
PositionOffset
Gets or sets the position offset.
Declaration
public PointF PositionOffset { get; set; }
Property Value
System.Drawing.PointF
The position offset. |
Text
Gets or sets the element text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
GetLayoutSlot()
MeasureTitle(String, Font)
Measures the title.
Declaration
protected SizeF MeasureTitle(string text, Font font)
Parameters
System.String
text
The text. |
System.Drawing.Font
font
The font. |
Returns
System.Drawing.SizeF
|