[]
Shows the form to change sparkline's vertical axis value.
public static Form ChangeSparklineVerticalAxisValue(FpSpread spread, bool isMax = false, double? value = 0)
Public Shared Function ChangeSparklineVerticalAxisValue(spread As FpSpread, Optional isMax As Boolean = False, Optional value As Double? = 0) As Form
| Type | Name | Description |
|---|---|---|
| FpSpread | spread | The FpSpread owner. |
| bool | isMax | The value indicates whether the form is for vertical axis maximum value. |
| double? | value | The vertical axis value. |
| Type | Description |
|---|---|
| Form |