Click or drag to resize

AxisYFit Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodFit(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).
Public methodFit(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).
Public methodFit(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).
Public methodFit(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).
Top
See Also