TitleBaseDrawRectangle Property |
LightningChart .NET Help
Title draw rectangle (read only). Note, accurate only for Angle=0. Otherwise, reliable only Width, Height and central point.
Namespace:
Arction.WinForms.Charting.Titles
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic RectangleXY DrawRectangle { get; }Public ReadOnly Property DrawRectangle As RectangleXY
Get
public:
property RectangleXY DrawRectangle {
RectangleXY get ();
}Property Value
Type:
RectangleXY
See Also