Scales the dataset values by a factor provided in the input for each axis. The new resultant dataset is returned as the output. The resultant dataset will maintain the same Quantity and units as the input dataset. An ArgumentException is thrown if the input dataset is invalid.
Declaration Syntax
public static Dataset2D ScaleAxis(Dataset2D dataset, double x_scale_factor, double y_scale_factor)
Parameters
- dataset(Dataset2D)
No details are provided for this entry.
- x_scale_factor(double)
No details are provided for this entry.
- y_scale_factor(double)
No details are provided for this entry.