TitleBaseDrawRectangle Property |
LightningChart .NET Help
Gets title draw rectangle. Note, accurate only for Angle=0. Otherwise, reliable only Width, Height and central point.
Namespace:
Arction.Wpf.ChartingMVVM.Titles
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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