BarSeriesGetBarRectangles Method |
LightningChart .NET Help
Get rendered bar rectangles of all data items of this series.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic RectangleXY[] GetBarRectangles()
Public Function GetBarRectangles As RectangleXY()
public:
array<RectangleXY>^ GetBarRectangles()
Return Value
Type:
RectangleXY[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.BarSeries.GetBarRectangles"]
See Also