IntensitySeriesBaseSetSize Method |
LightningChart .NET Help
Set grid size, both X and Y at same time. If you already have a large existing data,
using this method is faster than setting SizeX and SizeY separately.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetSize(
int sizeX,
int sizeY
)
Public Sub SetSize (
sizeX As Integer,
sizeY As Integer
)
public:
void SetSize(
int sizeX,
int sizeY
)
Parameters
- sizeX
- Type: SystemInt32
X size. - sizeY
- Type: SystemInt32
Y size.
See Also