AxisYFit Method |
| Name | Description | |
|---|---|---|
| Fit(Double, Boolean, Boolean, Boolean) |
Fit axis minimum and maxium to show all series values. Note that first argument's value type defines Margin's units (Pixels or Percents).
| |
| Fit(Int32, Boolean, Boolean, Boolean) |
Fit axis minimum and maxium to show all series values. Note that first argument's value type defines Margin's units (Pixels or Percents).
| |
| Fit(Double, Boolean, Boolean, Boolean, Double, Double) |
Fit axis minimum and maximum to show all series values, while keeping the range withing given limits.
Note that first argument's value type defines Margin's units (Pixels or Percents).
| |
| Fit(Int32, Boolean, Boolean, Boolean, Double, Double) |
Fit axis minimum and maximum to show all series values, while keeping the range withing given limits.
Note that first argument's value type defines Margin's units (Pixels or Percents).
|